Skip to content

Commit

Permalink
Merge pull request #19 from sagesmith-wf/fix_packaging
Browse files Browse the repository at this point in the history
Fix packaging
  • Loading branch information
sagersmith8 committed Mar 1, 2019
2 parents 7f2bc63 + 7aed47e commit ba095b5
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
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
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 ba095b5

Please sign in to comment.