Fix import (#196) using relative imports
This commit is contained in:
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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user