projects
/
pinmux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeaac08
)
Added ls2 to spec type
author
Andrey Miroshnikov
<andrey@technepisteme.xyz>
Tue, 28 Jun 2022 12:12:10 +0000
(12:12 +0000)
committer
Andrey Miroshnikov
<andrey@technepisteme.xyz>
Tue, 28 Jun 2022 12:12:10 +0000
(12:12 +0000)
src/spec/__init__.py
patch
|
blob
|
history
diff --git
a/src/spec/__init__.py
b/src/spec/__init__.py
index 55c90d82a76b7265ceb62c4b06cd4cc0b4735265..f045cd2c5ced0ed7a21335c470cb5854341af65e 100644
(file)
--- a/
src/spec/__init__.py
+++ b/
src/spec/__init__.py
@@
-4,6
+4,7
@@
from spec import i_class
from spec import minitest
from spec import microtest
from spec import ls180
+from spec import ls2
from spec import ngi_router
from spec.gen import specgen
from spec.testing import dummytest
@@
-14,5
+15,6
@@
modules = {'m_class': m_class,
'minitest': minitest,
'microtest': microtest,
'ls180': ls180,
- 'ngi_router': ngi_router
+ 'ngi_router': ngi_router,
+ 'ls2': ls2
}