[bodhi-backend] Import the correct pungi general configuration
I forgot to update imports when I renamed the file during migration to templates. This caused the non-template file to be imported instead, which was the reason of the error. Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
2b01f82163
commit
be634e0ec3
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
# Import shared settings from pungi_general.conf
|
||||
from pungi_general import *
|
||||
# Import shared settings from pungi.general.conf
|
||||
from pungi.general import *
|
||||
# Import multilib settings from pungi_multilib.conf
|
||||
from pungi_multilib import *
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Import shared settings from pungi_general.conf
|
||||
from pungi_general import *
|
||||
# Import shared settings from pungi.general.conf
|
||||
from pungi.general import *
|
||||
# Import multilib settings from pungi_multilib.conf
|
||||
from pungi_multilib import *
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue