Oops - actually add NEWIMPORT const to Configuration

This commit is contained in:
Worros 2009-11-30 14:41:07 +08:00
parent 36dda2174b
commit f30b3a6117

View File

@ -125,6 +125,8 @@ DATABASE_TYPES = (
DATABASE_TYPE_MYSQL,
)
NEWIMPORT = False
########################################################################
def string_to_bool(string, default=True):
"""converts a string representation of a boolean value to boolean True or False