From a1f50c1ea83521a6fa5fbe832ae3fda0e8221d4a Mon Sep 17 00:00:00 2001 From: Necoro <> Date: Wed, 24 Oct 2007 21:46:43 +0000 Subject: r31@Devoty: necoro | 2007-10-24 23:44:38 +0200 Another SVK Test Commit --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 8739f4a..b922fc5 100644 --- a/setup.py +++ b/setup.py @@ -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.""" -- cgit v1.2.3