Author: laney Date: 2012-04-22 09:52:46 +0000 (Sun, 22 Apr 2012) New Revision: 2236
Modified: udd/udd/packages_gatherer.py Log: packages_gatherer: Remove unused imports Modified: udd/udd/packages_gatherer.py =================================================================== --- udd/udd/packages_gatherer.py 2012-04-22 03:14:21 UTC (rev 2235) +++ udd/udd/packages_gatherer.py 2012-04-22 09:52:46 UTC (rev 2236) @@ -8,10 +8,8 @@ import sys import aux import tempfile -from aux import ConfigException import psycopg2 from gatherer import gatherer -from time import time import email.Utils import re import hashlib _______________________________________________ Collab-qa-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/collab-qa-commits
