diff options
Diffstat (limited to 'pygithub3/services/repos')
-rw-r--r-- | pygithub3/services/repos/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/services/repos/__init__.py b/pygithub3/services/repos/__init__.py index 484dd49..6695265 100644 --- a/pygithub3/services/repos/__init__.py +++ b/pygithub3/services/repos/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -from ..base import Service, MimeTypeMixin +from pygithub3.services.base import Service, MimeTypeMixin from .collaborators import Collaborators from .commits import Commits from .downloads import Downloads |