Move modules into lib subdir

This commit is contained in:
Stephan Kulow
2022-10-17 19:54:47 +02:00
parent 88322fffae
commit a82562b794
11 changed files with 29 additions and 25 deletions

View File

@@ -8,7 +8,7 @@ import sys
import osc.core
from importer import Importer
from lib.importer import Importer
URL_OBS = "https://api.opensuse.org"
URL_IBS = "https://api.suse.de"