mirror of
https://github.com/CMiksche/gitea-auto-update
synced 2025-12-10 07:57:23 +01:00
fix: version import in tests
This commit is contained in:
4
tests.py
4
tests.py
@@ -6,10 +6,10 @@ All rights reserved.
|
|||||||
|
|
||||||
License: GNU General Public License
|
License: GNU General Public License
|
||||||
'''
|
'''
|
||||||
import update.version
|
import gitea_auto_update.lib.version
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
version = update.version.Version('', '')
|
version = gitea_auto_update.lib.version.Version('', '')
|
||||||
|
|
||||||
class Tests(unittest.TestCase):
|
class Tests(unittest.TestCase):
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user