We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6bb06 commit a6d0a8eCopy full SHA for a6d0a8e
pusher/__init__.py
@@ -1,7 +1,7 @@
1
# -*- coding: utf-8 -*-
2
3
-from pusher.config import Config
4
-from pusher.pusher import Pusher
+from .config import Config
+from .pusher import Pusher
5
6
__all__ = [
7
'Config',
0 commit comments