diff options
author | R. Tyler Ballance <tyler@monkeypox.org> | 2009-12-26 22:12:44 -0800 |
---|---|---|
committer | R. Tyler Ballance <tyler@monkeypox.org> | 2009-12-26 22:22:10 -0800 |
commit | ebf61469152fb0c8eca87ad50abee6a4e5b970ae (patch) | |
tree | 10e66909307686bc34d558440ec4771abfbf1911 | |
parent | 4277a7adf51e276f870fe725d81f15952dd00255 (diff) | |
download | python-cheetah-ebf61469152fb0c8eca87ad50abee6a4e5b970ae.tar.gz |
Prune 'del' of a variable from the list comprehension
-rw-r--r-- | SetupConfig.py | 1 |
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'} |