mirror of
https://github.com/gryf/wicd.git
synced 2026-01-29 11:55:45 +01:00
Added code to debug why pynotify fails
This commit is contained in:
@@ -49,8 +49,10 @@ try:
|
|||||||
pygtk.require('2.0')
|
pygtk.require('2.0')
|
||||||
import pynotify
|
import pynotify
|
||||||
if not pynotify.init("Wicd"):
|
if not pynotify.init("Wicd"):
|
||||||
|
print 'could not initalize pynotify'
|
||||||
HAS_NOTIFY = False
|
HAS_NOTIFY = False
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
print 'import failed
|
||||||
HAS_NOTIFY = False
|
HAS_NOTIFY = False
|
||||||
|
|
||||||
# Wicd specific imports
|
# Wicd specific imports
|
||||||
|
|||||||
Reference in New Issue
Block a user