[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:
Michal Konečný 2023-05-04 11:26:52 +02:00 committed by zlopez
parent 2b01f82163
commit be634e0ec3
2 changed files with 4 additions and 4 deletions

View file

@ -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 *

View file

@ -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 *