summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@monkeypox.org>2009-12-26 22:12:44 -0800
committerR. Tyler Ballance <tyler@monkeypox.org>2009-12-26 22:22:10 -0800
commitebf61469152fb0c8eca87ad50abee6a4e5b970ae (patch)
tree10e66909307686bc34d558440ec4771abfbf1911
parent4277a7adf51e276f870fe725d81f15952dd00255 (diff)
downloadpython-cheetah-ebf61469152fb0c8eca87ad50abee6a4e5b970ae.tar.gz
Prune 'del' of a variable from the list comprehension
-rw-r--r--SetupConfig.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/SetupConfig.py b/SetupConfig.py
index 5620416..2f5f122 100644
--- a/SetupConfig.py
+++ b/SetupConfig.py
@@ -29,7 +29,6 @@ classifiers = [line.strip() for line in '''\
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Software Development :: User Interfaces
Topic :: Text Processing'''.splitlines() if not line.strip().startswith('#')]
-del line
package_dir = {'Cheetah':'cheetah'}