mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 05:44:08 -07:00
8 lines
139 B
Python
8 lines
139 B
Python
#!/usr/bin/env python
|
|
|
|
import os
|
|
|
|
os.environ['DJANGO_SETTINGS_MODULE'] = 'settings'
|
|
|
|
from userreport import maint
|
|
maint.collect_graphics()
|