Datastore: add a method to create a new empty tree

This commit is contained in:
nemunaire 2015-04-06 13:01:02 +02:00 committed by nemunaire
commit 418ff4f519
3 changed files with 10 additions and 5 deletions

View file

@ -142,7 +142,7 @@ def main():
"the prompt.")
context.quit()
print("\nWaiting for other threads shuts down...")
print("Waiting for other threads shuts down...")
sys.exit(0)
if __name__ == "__main__":