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 6c9aa9df8c
commit 95d920b0bf

View file

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