Removed erroneous imports; should rewrite on-computer notifications.
This commit is contained in:
parent
ccc4e8de34
commit
79418e492c
@ -6,10 +6,6 @@ from sys import platform
|
|||||||
from os import utime
|
from os import utime
|
||||||
from os.path import join
|
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 notifications import Notification
|
||||||
from pushbullet import Pushbullet
|
from pushbullet import Pushbullet
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user