lol
1For some reason nix's pygtk doesn't have a pygtk module so we remove the version check.
2If this ever changes we could remove this patch.
3
4--- wicd-1.7.0/gtk/wicd-client.py 2009-09-01 11:05:31.000000000 -0400
5+++ wicd-1.7.0/gtk/wicd-client.py 2009-12-28 00:22:57.000000000 -0500
6@@ -43,9 +43,6 @@
7 import atexit
8 from dbus import DBusException
9
10-import pygtk
11-pygtk.require('2.0')
12-
13 HAS_NOTIFY = True
14 try:
15 import pynotify