Skip to content

Commit

Permalink
Fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
sagesmith-wf committed Mar 1, 2019
1 parent a3038aa commit 7aed47e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/journal_software_engineering/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- https://docs.python.org/2/using/cmdline.html#cmdoption-m
- https://docs.python.org/3/using/cmdline.html#cmdoption-m
"""
from cli import main
from journal_software_engineering.cli import main

if __name__ == "__main__":
main()
4 changes: 2 additions & 2 deletions src/journal_software_engineering/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"""
import argparse

from journal import Journal
from journal import last_business_day
from journal_software_engineering.journal import Journal
from journal_software_engineering.journal import last_business_day

parser = argparse.ArgumentParser(
prog='journal',
Expand Down

0 comments on commit 7aed47e

Please sign in to comment.