]> TLD Linux GIT Repositories - tld-builder.git/blobdiff - TLD_Builder/blacklist.py
- python 3.x fixes
[tld-builder.git] / TLD_Builder / blacklist.py
index 40367c261e425d6bbf3e2c8e7daab423ef357817..3f552386548f348b9ce406847028ace475a31eb0 100644 (file)
@@ -39,7 +39,7 @@ class Blacklist_File:
         status.pop()
 
     def package(self, p):
-#       log.notice("blacklist check: %s (%d)" % (p, self.blacklist.has_key(p)))
+#       log.notice("blacklist check: %s (%d)" % (p, p in self.blacklist))
         if p in self.blacklist:
             return True
         return False