Skip to content

Commit 3c26904

Browse files
author
Callum Oakley
committed
use relative imports to keep python2 happy
1 parent ac055b4 commit 3c26904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pusher/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
22

3-
from pusher.pusher import Pusher
3+
from .pusher import Pusher
44

55
__all__ = ['Pusher']

0 commit comments

Comments
 (0)