one line change to enable the number of threads choice

This commit is contained in:
sqlcoder 2009-08-04 20:00:59 +01:00
parent 2c9982cfff
commit 4e72f476f3

View File

@ -36,7 +36,7 @@ import Configuration
class GuiBulkImport(): class GuiBulkImport():
# CONFIGURATION - update these as preferred: # CONFIGURATION - update these as preferred:
allowThreads = False # set to True to try out the threads field allowThreads = True # set to True to try out the threads field
# not used # not used
def import_dir(self): def import_dir(self):