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