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