Revision: 185
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=185&view=rev
Author: glslang
Date: 2007-07-15 09:42:55 -0700 (Sun, 15 Jul 2007)
Log Message:
-----------
+ python module name change
Modified Paths:
--------------
trunk/lib/openlibraries/src/openpluginlib/py/py.cpp
Modified: trunk/lib/openlibraries/src/openpluginlib/py/py.cpp
===================================================================
--- trunk/lib/openlibraries/src/openpluginlib/py/py.cpp 2007-07-14 23:36:02 UTC (rev 184)
+++ trunk/lib/openlibraries/src/openpluginlib/py/py.cpp 2007-07-15 16:42:55 UTC (rev 185)
@@ -16,7 +16,7 @@
namespace opl = olib::openpluginlib;
-BOOST_PYTHON_MODULE( openpluginlib )
+BOOST_PYTHON_MODULE( HDRFlowPlugin )
{
opl::detail::py_geometry( );
opl::detail::py_single_property( );
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|