Beispiel #1
0
 def __init__(self):
     self.dataStore = createProdReadOnlyDataStore()
def main():
    log.config(GC.LOG_FILE_DIR + 'readonlydatastore_test', 'debug', 'debug')
    dataStore = createProdReadOnlyDataStore()
    test(dataStore)
    dataStore.close()