diff options
Diffstat (limited to 'OSconfig.py')
-rw-r--r-- | OSconfig.py | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/OSconfig.py b/OSconfig.py new file mode 100644 index 0000000..f1d08fb --- /dev/null +++ b/OSconfig.py @@ -0,0 +1,25 @@ +#/*************************************************************************** +# OSconfig.h +# ----------- +# begin : sam nov 2 2002 +# copyright : (C) 1992-2004 by Fabian Padilla +# email : fp@bridgethink.com +# ***************************************************************************/ + +# /*************************************************************************** +# * * +# * This program is free software; you can redistribute it and/or modify * +# * it under the terms of the Foundation Public License as published by * +# * bridgethink sarl; either version 2 of the License, or * +# * (at your option) any later version. * +# * * +# ***************************************************************************/ + +# +# from C++ to python by Jeremy Zurcher <jeremy@asynk.ch> +# + +"""only the Linux version available""" + +from OSlinux import * + |