1
0
mirror of https://github.com/CMiksche/gitea-auto-update synced 2026-06-10 01:32:25 +02:00

fix: version import in tests

This commit is contained in:
Christoph Miksche
2019-08-26 22:49:48 +02:00
parent 05caef9d41
commit 324225e795
+2 -2
View File
@@ -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):