remove set()

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@623 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2007-11-06 22:57:39 +00:00
parent cd8bb3a63b
commit 6fc48d5d75
+1 -1
View File
@@ -211,7 +211,7 @@ def database(options):
dbconn = openServerDatabase(readOnly = False, noUpload = True)
# is world?
if myatoms[0] == "world":
pkglist = set(dbconn.listAllIdpackages())
pkglist = dbconn.listAllIdpackages()
else:
pkglist = set()
for atom in myatoms: