Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xAAL
Code
Python
Commits
fc77e0eb
Commit
fc77e0eb
authored
3 months ago
by
KERDREUX Jerome
Browse files
Options
Downloads
Patches
Plain Diff
Added MessageAction
parent
c55e5ed0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libs/lib/xaal/lib/__init__.py
+2
-4
2 additions, 4 deletions
libs/lib/xaal/lib/__init__.py
with
2 additions
and
4 deletions
libs/lib/xaal/lib/__init__.py
+
2
−
4
View file @
fc77e0eb
# Load main class & modules.
...
...
@@ -8,7 +6,7 @@ from . import tools
from
.
import
bindings
from
.
import
aiohelpers
as
helpers
from
.core
import
Timer
from
.core
import
Timer
# sync engine
from
.engine
import
Engine
...
...
@@ -19,5 +17,5 @@ from .aioengine import AsyncEngine
from
.aionetwork
import
AsyncNetworkConnector
from
.devices
import
Device
,
Attribute
,
Attributes
from
.messages
import
Message
,
MessageFactory
,
MessageType
from
.messages
import
Message
,
MessageFactory
,
MessageType
,
MessageAction
from
.exceptions
import
*
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment