1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-07 13:48:43 +02:00

python3 compatibility: use relative imports

Use relative imports when using module's own modules - this makes a
clear distinction between already developed copy and installed package.
This commit is contained in:
Michal Vyskocil
2013-04-09 11:35:53 +02:00
committed by Adrian Schröter
parent f814fe4af4
commit c612e8d47e
10 changed files with 31 additions and 31 deletions

View File

@@ -11,7 +11,7 @@ import signal
import traceback
from osc import oscerr
from oscsslexcp import NoSecureSSLError
from .oscsslexcp import NoSecureSSLError
from osc.util.cpio import CpioError
from osc.util.packagequery import PackageError