[yast-commit] r48587 - /trunk/python-bindings/src/YCP.cc

Author: juhliarik Date: Fri Jun 27 15:50:20 2008 New Revision: 48587 URL: http://svn.opensuse.org/viewcvs/yast?rev=48587&view=rev Log: added hack for checking textdomain during "make package" Modified: trunk/python-bindings/src/YCP.cc Modified: trunk/python-bindings/src/YCP.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/python-bindings/src/YCP.cc?rev=48... ============================================================================== --- trunk/python-bindings/src/YCP.cc (original) +++ trunk/python-bindings/src/YCP.cc Fri Jun 27 15:50:20 2008 @@ -3,6 +3,11 @@ * This is the path from Python to YCP. It defines XSUBs. */ +/* there is "strong" checking of textdomain. this is only hack for "make package" + +textdomain "blabla"; +*/ + #include <Python.h> #include <y2/Y2Namespace.h> #include <y2/Y2Component.h> -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
juhliarik@svn.opensuse.org