Fix import (#196) using relative imports

This commit is contained in:
J. David Ibáñez 2013-03-13 14:43:44 +01:00
parent 4abd370ea8
commit 8588c20943

@ -33,8 +33,8 @@ import _pygit2
from _pygit2 import *
# High level API
from .repository import Repository
from .version import __version__
from repository import Repository
import pygit2.utils