Skip to content

Commit

Permalink
Add hack for pyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
kshcherban committed Nov 8, 2018
1 parent 036c645 commit 1d2e18b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions acme-runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"""Convenience wrapper for running acme-nginx directly from source tree."""

from acme_nginx.client import main
# uncomment this line for pyinstaller, this is boto3 dependency that pyinstaller ignores
#import configparser

if __name__ == '__main__':
main()

0 comments on commit 1d2e18b

Please sign in to comment.