just in case to prevent "object of type 'NoneType' has no len()" error reports

This commit is contained in:
Miroslav Stampar
2011-04-11 11:59:02 +00:00
parent 2db2e9b6a2
commit 941daa1645
2 changed files with 5 additions and 1 deletions

View File

@@ -298,3 +298,6 @@ DEFAULT_MSSQL_SCHEMA = 'dbo'
# display hash attack info every mod number of items
HASH_MOD_ITEM_DISPLAY = 1117
# maximum integer value
MAX_INT = sys.maxint