[Xfce4-commits] r29147 - pyxfce/trunk

Danny Milosavljevic dannym at xfce.org
Sun Jan 11 14:32:04 CET 2009


Author: dannym
Date: 2009-01-11 13:32:03 +0000 (Sun, 11 Jan 2009)
New Revision: 29147

Removed:
   pyxfce/trunk/mcs/
Modified:
   pyxfce/trunk/__init__.py
Log:
remove 'libxfce4mcs' wrappers from trunk (gone from Xfce libs).

Modified: pyxfce/trunk/__init__.py
===================================================================
--- pyxfce/trunk/__init__.py	2009-01-11 13:31:09 UTC (rev 29146)
+++ pyxfce/trunk/__init__.py	2009-01-11 13:32:03 UTC (rev 29147)
@@ -1,10 +1,10 @@
 
-__all__ = [ "gui", "mcs", "netk", "panel", "util" ]
+__all__ = [ "gui", "menu", "netk", "panel", "util" ]
 
 #import util
 #import gui
 #import netk
-#import mcs
+#import menu
 #import exceptions
 #
 #try:




More information about the Xfce4-commits mailing list