tell the scm wrapper to do an absolute import otherwise we hit a
circular dep issue and things go wonky Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
eba5a8bd96
commit
f828850466
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
from __future__ import absolute_import
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
|
||||
|
|
@ -26,7 +27,6 @@ import kobo.log
|
|||
from kobo.shortcuts import run, force_list
|
||||
from pungi.util import explode_rpm_package, makedirs
|
||||
|
||||
|
||||
class ScmBase(kobo.log.LoggingBase):
|
||||
def __init__(self, logger=None):
|
||||
kobo.log.LoggingBase.__init__(self, logger=logger)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue