Skip to content

Commit

Permalink
change pushbullet to pushbullet.pushbullet to make it work
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Sep 21, 2015
1 parent 75b0929 commit b13465c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/pushbullet.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

HAVE_PUSHBULLET=True
try:
from pushbullet import PushBullet
from pushbulle.pushbullet import PushBullet
except ImportError:
HAVE_PUSHBULLET=False

Expand Down

0 comments on commit b13465c

Please sign in to comment.