1
0
mirror of https://github.com/gryf/wicd.git synced 2026-02-08 17:35:54 +01:00

Fixed missing endquote in wicd-client.py.

This commit is contained in:
Andrew Psaltis
2009-05-06 18:13:29 -04:00
parent e323bbaf73
commit d192f64182

View File

@@ -52,7 +52,7 @@ try:
print 'could not initalize pynotify'
HAS_NOTIFY = False
except ImportError:
print 'import failed
print 'import failed'
HAS_NOTIFY = False
# Wicd specific imports