Skip to content

Commit a6d0a8e

Browse files
committed
Fixes tests for python 2.6, 2.7 and 3.2
1 parent 7f6bb06 commit a6d0a8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pusher/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

3-
from pusher.config import Config
4-
from pusher.pusher import Pusher
3+
from .config import Config
4+
from .pusher import Pusher
55

66
__all__ = [
77
'Config',

0 commit comments

Comments
 (0)