aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/tests/utils/resources.py
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2012-02-19 19:41:26 +0100
committerDavid Medina <davidmedina9@gmail.com>2012-02-19 19:41:26 +0100
commit3594257f6428988ebb7a87eef47feee206c5dc83 (patch)
tree98898b67eeff42ceb5bae5a98ab6816448c61619 /pygithub3/tests/utils/resources.py
parentRepos commits added (diff)
downloadpython-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.py2
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):