From ec39f9d9b3e44e5c6b3cf95a773f5d8fbe1f77dc Mon Sep 17 00:00:00 2001 From: Xun Zhou <8385599+xunzhou@users.noreply.github.com> Date: Wed, 15 Nov 2023 22:37:21 -0800 Subject: [PATCH] Python 2 to 3 --- change_log.md | 1 + pytreasurydirect/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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