[NEWIMPORT] Enable NEWIMPORT by defaul

This commit is contained in:
Carl Gherardi 2009-12-14 16:45:08 +08:00
parent e08afeecb1
commit cf6e818ae5

View File

@ -125,7 +125,7 @@ DATABASE_TYPES = (
DATABASE_TYPE_MYSQL,
)
NEWIMPORT = False
NEWIMPORT = True
########################################################################
def string_to_bool(string, default=True):