diff options
author | 2012-02-19 19:41:26 +0100 | |
---|---|---|
committer | 2012-02-19 19:41:26 +0100 | |
commit | 3594257f6428988ebb7a87eef47feee206c5dc83 (patch) | |
tree | 98898b67eeff42ceb5bae5a98ab6816448c61619 /pygithub3/tests/utils/resources.py | |
parent | Repos commits added (diff) | |
download | python-github3-3594257f6428988ebb7a87eef47feee206c5dc83.tar.xz python-github3-3594257f6428988ebb7a87eef47feee206c5dc83.zip |
Fix test imports
Diffstat (limited to 'pygithub3/tests/utils/resources.py')
-rw-r--r-- | pygithub3/tests/utils/resources.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/tests/utils/resources.py b/pygithub3/tests/utils/resources.py index 46a9d53..d9e4975 100644 --- a/pygithub3/tests/utils/resources.py +++ b/pygithub3/tests/utils/resources.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -from pygithub3.resources.base import Resource +from .base import Resource class Simple(Resource): |