Commit 8ddac75b authored by Pavel Vainerman's avatar Pavel Vainerman

(python): вернул UInterface

parent d5b55002
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
Name: libuniset Name: libuniset
Version: 1.6 Version: 1.6
Release: alt3 Release: alt4
Summary: UniSet - library for building distributed industrial control systems Summary: UniSet - library for building distributed industrial control systems
...@@ -316,6 +316,9 @@ mv -f %buildroot%python_sitelibdir/%oname/%oname.py %buildroot%python_sitelibdir ...@@ -316,6 +316,9 @@ mv -f %buildroot%python_sitelibdir/%oname/%oname.py %buildroot%python_sitelibdir
%exclude %_pkgconfigdir/libUniSet.pc %exclude %_pkgconfigdir/libUniSet.pc
%changelog %changelog
* Tue Mar 05 2013 Pavel Vainerman <pv@altlinux.ru> 1.6-alt4
- restote UInterface for python
* Tue Mar 05 2013 Pavel Vainerman <pv@altlinux.ru> 1.6-alt3 * Tue Mar 05 2013 Pavel Vainerman <pv@altlinux.ru> 1.6-alt3
- add doc for python bindings - add doc for python bindings
- rebuild wrapper files with new swig - rebuild wrapper files with new swig
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -12,3 +12,5 @@ sys.path.append( _py_uniset_dir ) ...@@ -12,3 +12,5 @@ sys.path.append( _py_uniset_dir )
from pyUConnector import * from pyUConnector import *
from pyUExceptions import * from pyUExceptions import *
from pyUModbus import * from pyUModbus import *
import UniXML
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment