dangerzone/dev_scripts/dangerzone

12 lines
273 B
Python
Executable file

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Load dangerzone module and resources from the source code tree
import os, sys
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
sys.dangerzone_dev = True
import dangerzone
dangerzone.main()