Removed erroneous imports; should rewrite on-computer notifications.

This commit is contained in:
MrTyton 2017-08-10 23:38:18 -04:00
parent ccc4e8de34
commit 79418e492c

View File

@ -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