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