Skip to content

Instantly share code, notes, and snippets.

@kinnou02
Created August 13, 2019 12:11
Show Gist options
  • Save kinnou02/628704be81ea23b77e61d85a03d5fc16 to your computer and use it in GitHub Desktop.
Save kinnou02/628704be81ea23b77e61d85a03d5fc16 to your computer and use it in GitHub Desktop.
#
## File managed by fabric, don't edit directly
#
# this import might fix a strange thread problem: http://bugs.python.org/issue7980
import _strptime
import os
import sys
sys.path.append('/srv/jormungandr')
os.environ['PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION'] = 'cpp'
os.environ['PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION_VERSION'] = '2'
os.environ['JORMUNGANDR_CONFIG_FILE'] = '/srv/jormungandr/settings.py'
import jormungandr
application = jormungandr.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment