[Collab-qa-commits] r1795 - fileconflicts

Jakub Wilk jwilk at alioth.debian.org
Thu Sep 16 19:53:56 UTC 2010


Author: jwilk
Date: 2010-09-16 19:53:55 +0000 (Thu, 16 Sep 2010)
New Revision: 1795

Modified:
   fileconflicts/get-conflicts.py
Log:
Python 2.3 is long gone, remove compatibility code.

Modified: fileconflicts/get-conflicts.py
===================================================================
--- fileconflicts/get-conflicts.py	2010-09-15 20:03:08 UTC (rev 1794)
+++ fileconflicts/get-conflicts.py	2010-09-16 19:53:55 UTC (rev 1795)
@@ -5,9 +5,6 @@
 # $Id$
 import os,apt_pkg,sys,cPickle
 
-# comment this line if using python >= 2.4
-from sets import Set as set
-
 if len(sys.argv) < 4:
 # whitelist is a one-per-line file with packages to exclude
 # if line is p1:p2..:pN then a conflict is skipped only if _exactly_ all packages appear as conflicts




More information about the Collab-qa-commits mailing list