Commit 33108cc9 authored by Pavel Vainerman's avatar Pavel Vainerman

[python3]: __init__

parent 1b63d9f7
#!/usr/bin/env python3 #!/usr/bin/env python3
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from .UGlobal import * __all__ = ["UGlobal", "UInterface", "UInterfaceModbus", "UInterfaceUniSet", "UniSetHTTP", "UniXML"]
from .UniXML import *
from .UInterface import *
from .UInterfaceUniSet import *
from .UInterfaceModbus import *
from .pyUniSet.pyUniSet import * from .pyUniSet.pyUniSet import *
from .pyUniSet.pyUModbus import * from .pyUniSet.pyUModbus import *
......
...@@ -4,7 +4,7 @@ SWIG=swig ...@@ -4,7 +4,7 @@ SWIG=swig
#python_SCRIPTS = pyUniSet.py pyUConnector.py pyUModbus.py pyUExceptions.py #python_SCRIPTS = pyUniSet.py pyUConnector.py pyUModbus.py pyUExceptions.py
pydir=$(pkgpythondir)/pyUniSet pydir=$(pkgpythondir)/pyUniSet
py_DATA = pyUniSet.py pyUConnector.py pyUModbus.py pyUExceptions.py py_DATA = __init__.py pyUniSet.py pyUConnector.py pyUModbus.py pyUExceptions.py
BUILD_SRCDIR=$(srcdir)/../../../core BUILD_SRCDIR=$(srcdir)/../../../core
BUILD_SRC=UModbus.cc UConnector.cc UProxyObject.cc BUILD_SRC=UModbus.cc UConnector.cc UProxyObject.cc
......
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
__all__ = ["pyUniSet", "pyUModbus", "pyUConnector", "pyUExceptions"]
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