cwconfig.py
changeset 10084 eb3681e13ed9
parent 10012 8c2c6fdd8d56
child 10273 ef74abcf369d
child 10401 4f41eb2f06bc
equal deleted inserted replaced
10083:afc5615aa92b 10084:eb3681e13ed9
   327     # the format below can be useful to debug multi thread issues:
   327     # the format below can be useful to debug multi thread issues:
   328     # log_format = '%(asctime)s - [%(threadName)s] (%(name)s) %(levelname)s: %(message)s'
   328     # log_format = '%(asctime)s - [%(threadName)s] (%(name)s) %(levelname)s: %(message)s'
   329     # nor remove appobjects based on unused interface [???]
   329     # nor remove appobjects based on unused interface [???]
   330     cleanup_unused_appobjects = True
   330     cleanup_unused_appobjects = True
   331 
   331 
       
   332     quick_start = False
       
   333 
   332     if (CWDEV and _forced_mode != 'system'):
   334     if (CWDEV and _forced_mode != 'system'):
   333         mode = 'user'
   335         mode = 'user'
   334         _CUBES_DIR = join(CW_SOFTWARE_ROOT, '../cubes')
   336         _CUBES_DIR = join(CW_SOFTWARE_ROOT, '../cubes')
   335     else:
   337     else:
   336         mode = _forced_mode or 'system'
   338         mode = _forced_mode or 'system'