Code Cleanup: check is / is not when comparing singletons.

This commit is contained in:
2012-02-02 21:07:56 +00:00
parent 60dc2f521b
commit e3958015db
6 changed files with 8 additions and 8 deletions

View File

@@ -79,7 +79,7 @@ def seek(r, txt, recurs):
except:
keys = None
if keys != None:
if keys is not None:
if PRINT_DATA:
print(txt + '.keys() - ' + str(r.keys()))