#
# -*- coding: utf-8 -*-

#-----------------------------------------------------------------------------------------------------------
#   Enable globals:
try:
    g
except NameError:
    import os.path as _p; import inspect as _i
    pathToScript = _p.pardir, _p.pardir, 'biocase', 'lib', 'biocase', 'fundamentals.py'
    execfile( _p.join( _p.dirname( _i.getfile( lambda:None ) ), *pathToScript ) )

g.configtool.utilities.makeDatabases.makeDocumentation.make( verbose = False )




