Added ls2 to spec type
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Tue, 28 Jun 2022 12:12:10 +0000 (12:12 +0000)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Tue, 28 Jun 2022 12:12:10 +0000 (12:12 +0000)
src/spec/__init__.py

index 55c90d82a76b7265ceb62c4b06cd4cc0b4735265..f045cd2c5ced0ed7a21335c470cb5854341af65e 100644 (file)
@@ -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
            }