aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/tests/utils/resources.py
diff options
context:
space:
mode:
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):