1
0
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:
Guido Serra
2019-08-14 16:18:46 +02:00
parent 681beb13b1
commit 2a52b83583
27 changed files with 740 additions and 165 deletions

View File

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