Skip to content

Commit 72c70db

Browse files
committed
Merge pull request #5 from thebritican/master
update import of HypermediaResource to allow pip install for python3
2 parents 1b83d99 + daea454 commit 72c70db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypermedia_resource/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
__author__ = 'Stephen Mizell'
44
__license__ = 'MIT'
55

6-
from resource import HypermediaResource
6+
from .resource import HypermediaResource

0 commit comments

Comments
 (0)