Blacklist the test module by default.
parent
89bfc54ec4
commit
d86c90fa73
|
@ -34,7 +34,7 @@ APP_VERSION = '%s.%s.%s-%s' % (APP_MAJOR, APP_MINOR, APP_REVISION, APP_SUFFIX)
|
|||
|
||||
# DO NOT CHANGE UNLESS YOU KNOW WHAT YOU ARE DOING!
|
||||
# List of modules to skip when dynamically loading
|
||||
MODULE_BLACKLIST = [ ]
|
||||
MODULE_BLACKLIST = [ 'test' ]
|
||||
|
||||
##########################################################################
|
||||
# Log settings
|
||||
|
|
Loading…
Reference in New Issue