mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-13 19:49:53 +08:00
createdb.py should use python3
So we don't fail on importing configparser in rida.config. Signed-off-by: Petr Šabata <contyk@redhat.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/python3
|
||||
|
||||
import rida.config
|
||||
import rida.database
|
||||
|
||||
Reference in New Issue
Block a user