From ebf61469152fb0c8eca87ad50abee6a4e5b970ae Mon Sep 17 00:00:00 2001 From: "R. Tyler Ballance" Date: Sat, 26 Dec 2009 22:12:44 -0800 Subject: Prune 'del' of a variable from the list comprehension --- SetupConfig.py | 1 - 1 file changed, 1 deletion(-) 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'} -- cgit v1.2.1