diff options
author | Necoro <> | 2007-10-24 22:27:47 +0000 |
---|---|---|
committer | Necoro <> | 2007-10-24 22:27:47 +0000 |
commit | 11933586a448ad6bd8b6aae6fa4a36dd48cbc136 (patch) | |
tree | f3898f8badf3208f3eb8adfd4dabe0f842784669 | |
parent | a1f50c1ea83521a6fa5fbe832ae3fda0e8221d4a (diff) | |
download | portato-11933586a448ad6bd8b6aae6fa4a36dd48cbc136.tar.gz portato-11933586a448ad6bd8b6aae6fa4a36dd48cbc136.tar.bz2 portato-11933586a448ad6bd8b6aae6fa4a36dd48cbc136.zip |
Changing back
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ import sys, os, os.path from distutils.core import setup, Extension from portato.constants import FRONTENDS, VERSION, DATA_DIR, ICON_DIR, PLUGIN_DIR, TEMPLATE_DIR -##### copied from shm's setup.py ##### +### copied from shm's setup.py ### MacrosAndDefines = [ ] # HAVE_UNION_SEMUN needs to be #defined on FreeBSD and OS X and must *not* be #defined @@ -23,7 +23,7 @@ MacrosAndDefines = [ ] # need to make changes for your platform. if ("bsd" in sys.platform) or ("darwin" in sys.platform): MacrosAndDefines.append( ('HAVE_UNION_SEMUN', None) ) -##### end copy ##### +### end copy ### def plugin_list (*args): """Creates a list of correct plugin pathes out of the arguments.""" |