diff --git a/runner_notify.py b/runner_notify.py index b34b7ce..b3347a1 100644 --- a/runner_notify.py +++ b/runner_notify.py @@ -6,10 +6,6 @@ from sys import platform from os import utime from os.path import join -'''if platform == "linux" or platform == "linux2": - from giNotify import Notification -elif platform == "win32": - from ballonNotify import Notification''' from notifications import Notification from pushbullet import Pushbullet