From 6ce9f197f4681875a2595a5a8d86bd047f993a99 Mon Sep 17 00:00:00 2001 From: David Medina Date: Thu, 1 Mar 2012 23:23:15 +0100 Subject: Python 2.6 compatibility --- pygithub3/services/repos/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pygithub3/services/repos') 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 -- cgit v1.2.3-59-g8ed1b