mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-14 22:36:09 +08:00
5 lines
105 B
Python
5 lines
105 B
Python
import os
|
|
os.environ['CCSDB_CONFIG'] = '/etc/ccsdb/ccsdb.cfg'
|
|
|
|
from ccsdb.app import _app as application
|