Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
33108cc9
Commit
33108cc9
authored
Oct 13, 2021
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[python3]: __init__
parent
1b63d9f7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
__init__.py
wrappers/python/lib/__init__.py
+1
-5
Makefile.am
wrappers/python/lib/pyUniSet/Makefile.am
+1
-1
__init__.py
wrappers/python/lib/pyUniSet/__init__.py
+4
-0
No files found.
wrappers/python/lib/__init__.py
View file @
33108cc9
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from
.UGlobal
import
*
from
.UniXML
import
*
from
.UInterface
import
*
from
.UInterfaceUniSet
import
*
from
.UInterfaceModbus
import
*
__all__
=
[
"UGlobal"
,
"UInterface"
,
"UInterfaceModbus"
,
"UInterfaceUniSet"
,
"UniSetHTTP"
,
"UniXML"
]
from
.pyUniSet.pyUniSet
import
*
from
.pyUniSet.pyUModbus
import
*
...
...
wrappers/python/lib/pyUniSet/Makefile.am
View file @
33108cc9
...
...
@@ -4,7 +4,7 @@ SWIG=swig
#python_SCRIPTS = pyUniSet.py pyUConnector.py pyUModbus.py pyUExceptions.py
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_SRC
=
UModbus.cc UConnector.cc UProxyObject.cc
...
...
wrappers/python/lib/pyUniSet/__init__.py
0 → 100644
View file @
33108cc9
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
__all__
=
[
"pyUniSet"
,
"pyUModbus"
,
"pyUConnector"
,
"pyUExceptions"
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment