mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-09-18 13:33:46 +08:00
3 lines
87 B
Python
3 lines
87 B
Python
from common.basedir import BASEDIR
|
|
travis = BASEDIR.strip('/').split('/')[0] != 'data'
|