1
0
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:
Christoph Miksche
2019-08-26 22:49:48 +02:00
parent 05caef9d41
commit 324225e795

View File

@@ -6,10 +6,10 @@ All rights reserved.
License: GNU General Public License
'''
import update.version
import gitea_auto_update.lib.version
import unittest
version = update.version.Version('', '')
version = gitea_auto_update.lib.version.Version('', '')
class Tests(unittest.TestCase):