summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index b922fc5..63451e8 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."""
p;id=47fed2c5d47a03fad7b91bfb890eed257e9c1b2d&follow=1'>Makefile: do not use recursion and organizeJason A. Donenfeld12-9/+7 2014-03-22clip: suppress kill errorJason A. Donenfeld2-3/+3 2014-03-22clip: do not race on osxJason A. Donenfeld1-5/+5 2014-03-22clip: use pkill instead of procJason A. Donenfeld1-1/+1 2014-03-20Keepass import should include root-level entriesErik Mackdanz1-0/+1 2014-03-20keepassx2pass: friendly title fieldPhilip Chase1-1/+24