Commit 021e94ee authored by Pavel Vainerman's avatar Pavel Vainerman

(python): добавил единый модуль uniset, чтоб для работы достаточно было сделать

только: import uniset
parent c5f3dc9d
......@@ -252,7 +252,7 @@ mv -f %buildroot%python_sitelibdir_noarch/%oname/%oname.py %buildroot%python_sit
%if_enabled python
%files python-modules-%oname
%dir %python_sitelibdir/%oname
#%python_sitelibdir/*
%python_sitelibdir/*
%python_sitelibdir/%oname/*
%endif
......@@ -316,6 +316,9 @@ mv -f %buildroot%python_sitelibdir_noarch/%oname/%oname.py %buildroot%python_sit
%exclude %_pkgconfigdir/libUniSet.pc
%changelog
* Tue Mar 05 2013 Pavel Vainerman <pv@altlinux.ru> 1.6-alt0.3
- new build
* Tue Mar 05 2013 Pavel Vainerman <pv@altlinux.ru> 1.6-alt0.2
- test build (with python)
......
......@@ -10,7 +10,7 @@ sys.path.append('pyUniSet/')
from pyUExceptions import *
from pyUConnector import *
from pyUModbus import *
from TestSuiteGlobal import *
from UGlobal import *
class UInterface():
......
......@@ -8,3 +8,7 @@ _py_dir = os.path.dirname(os.path.abspath(os.path.normpath(__file__)))
_py_uniset_dir = os.path.normpath('%s/uniset' % _py_dir)
sys.path.append( _py_uniset_dir )
from pyUConnector import *
from pyUExceptions import *
from pyUModbus import *
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