mirror of
https://github.com/gryf/wicd.git
synced 2025-12-19 12:28:08 +01:00
attempting to migrate to python 3.x
This commit is contained in:
@@ -31,7 +31,7 @@ except ImportError:
|
||||
print("Importing pynotify failed, notifications disabled.")
|
||||
HAS_NOTIFY = False
|
||||
|
||||
print("Has notifications support", HAS_NOTIFY)
|
||||
print(("Has notifications support", HAS_NOTIFY))
|
||||
|
||||
if wpath.no_use_notifications:
|
||||
print('Notifications disabled during setup.py configure')
|
||||
|
||||
Reference in New Issue
Block a user