Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 2cb2d2142181b023d4a7756dc9555c26 > files > 1

sabayon-2.30.1-6.mga3.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