diff --git a/change_log.md b/change_log.md index d88b0c4..379f8ac 100644 --- a/change_log.md +++ b/change_log.md @@ -1,2 +1,3 @@ 2015-02-25 - Inital release 2017-11-30 - Add HTTPS +2023-11-15 - Python 2 to 3 \ No newline at end of file diff --git a/pytreasurydirect/__init__.py b/pytreasurydirect/__init__.py index dac7501..9b89f4e 100644 --- a/pytreasurydirect/__init__.py +++ b/pytreasurydirect/__init__.py @@ -1 +1 @@ -from pytreasurydirect import * \ No newline at end of file +from .pytreasurydirect import * \ No newline at end of file