Unable to run cli.py as a standalone script due to relative imports

This commit is contained in:
MinchinWeb 2014-12-14 22:44:05 -07:00
parent 873356b623
commit 3b85121f51

View file

@ -267,6 +267,3 @@ def run(manual_args=None):
journal.entries += other_entries
journal.sort()
journal.write()
if __name__ == "__main__":
run()