Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 80414ece7b2943de85b9efea7296540b > files > 5

sabayon-2.20.1-2mdv2008.0.src.rpm

--- sabayon-2.22.0/admin-tool/sabayon-session~	2008-03-11 21:41:44.000000000 +0100
+++ sabayon-2.22.0/admin-tool/sabayon-session	2008-03-12 23:48:12.991223866 +0100
@@ -25,6 +25,9 @@
     import pygtk; pygtk.require('2.0');
     import gtk
 
+    #make sure we don't end up importing libxml2 from libdir
+    sys.path.pop(0)
+
     from sabayon import debuglog
     from sabayon import config
     from sabayon import errors