All Samples(1) | Call(0) | Derive(0) | Import(1)
Module ANOInit.py ______________________________________________________________________ Script to initialize a shelf space based on some input file. Usage: % ANOInit.py [options] <initfile> <initfile> should be a Python file that defines the following: MAX_RESERVED - Maximum reserved UID. NAME_ROOT - Root UID for the facility name space.(more...)
src/a/n/anoi-HEAD/trunk/anoi/ANOICSpace.py anoi(Download)
def main ():
import ANOInit
cspace = ANOICSpace()
ANOInit.createSpace(cspace, "basicSpace.py")
del cspace