- added the whitelist parser

- fixed a bug in addPackage


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1259 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2008-02-20 14:15:58 +00:00
parent 97dd9444e3
commit dc27f639a6
4 changed files with 35 additions and 8 deletions
+1 -1
View File
@@ -767,7 +767,7 @@ class etpDatabase:
for mylicense in mylicenses:
found = self.isLicensedataKeyAvailable(mylicense)
if not found:
text = mylicenses[mylicense]
text = etpData['licensedata'][mylicense]
self.cursor.execute(
'INSERT into licensedata VALUES '
'(?,?,?)'