remove useless code
This commit is contained in:
parent
9d10bce918
commit
66180e8178
2 changed files with 0 additions and 9 deletions
|
@ -1 +0,0 @@
|
||||||
__version__ = "3.3"
|
|
|
@ -1,8 +0,0 @@
|
||||||
import unittest
|
|
||||||
|
|
||||||
from stacosys import __version__
|
|
||||||
|
|
||||||
|
|
||||||
class StacosysTestCase(unittest.TestCase):
|
|
||||||
def test_version(self):
|
|
||||||
self.assertEqual("3.3", __version__)
|
|
Loading…
Add table
Reference in a new issue