Replace submodules with actual files
Submodules never were actually useful
This commit is contained in:
7
eos/__init__.py
Executable file
7
eos/__init__.py
Executable file
@@ -0,0 +1,7 @@
|
||||
version = "0.2.3"
|
||||
tag = "git"
|
||||
|
||||
def test():
|
||||
import tests.runTests
|
||||
import unittest
|
||||
unittest.main(defaultTest="discover", testLoader=tests.runTests.loader)
|
||||
Reference in New Issue
Block a user