Support dynamically loaded modules.

This commit is contained in:
Dave Page
2015-01-20 12:32:06 +00:00
parent bb3efff063
commit 7b8cb207ab
3 changed files with 24 additions and 11 deletions

View File

@@ -31,9 +31,9 @@ APP_SUFFIX = 'dev'
# The application version string, constructed from the components
APP_VERSION = '%s.%s.%s-%s' % (APP_MAJOR, APP_MINOR, APP_REVISION, APP_SUFFIX)
# DO NOT CHANGE!
# List of modules to enable
MODULES = [ 'utils' ]
# DO NOT CHANGE UNLESS YOU KNOW WHAT YOU ARE DOING!
# List of modules to skip when dynamically loading
MODULE_BLACKLIST = [ ]
##########################################################################
# Log settings