summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index de7c3113..47d47827 100755
--- a/setup.py
+++ b/setup.py
@@ -6,10 +6,7 @@ import os
import string
defines = [('PYTHON_MODULE', 1)]
-if os.environ.has_key("DEBUG_LEVEL"):
- defines.extend ([('DEBUG_LEVEL', os.environ["DEBUG_LEVEL"])])
-
-libs = os.environ["PYLIBS"].split()
+libs = os.environ["PYLIBS"].split()
setup(name = "Ledger",
version = "3.0",