From 79418e492cdd23c1451bd212f126b69fab13ad88 Mon Sep 17 00:00:00 2001 From: MrTyton Date: Thu, 10 Aug 2017 23:38:18 -0400 Subject: [PATCH] Removed erroneous imports; should rewrite on-computer notifications. --- runner_notify.py | 4 ---- 1 file changed, 4 deletions(-) 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