From cf6e818ae5ae784ee778cdc11b9c204337f70da1 Mon Sep 17 00:00:00 2001 From: Carl Gherardi Date: Mon, 14 Dec 2009 16:45:08 +0800 Subject: [PATCH] [NEWIMPORT] Enable NEWIMPORT by defaul --- pyfpdb/Configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/Configuration.py b/pyfpdb/Configuration.py index 996ef60c..bf8689a6 100755 --- a/pyfpdb/Configuration.py +++ b/pyfpdb/Configuration.py @@ -125,7 +125,7 @@ DATABASE_TYPES = ( DATABASE_TYPE_MYSQL, ) -NEWIMPORT = False +NEWIMPORT = True ######################################################################## def string_to_bool(string, default=True):