Permalink
Find file
Fetching contributors…
Cannot retrieve contributors at this time
7 lines (5 sloc) 168 Bytes
import os
DRIVER = "phantomjs" # "firefox"
DEFAULT_REPO = "https://github.com/everware/everware-cpp-example.git"
TIMEOUT = 250
UPLOADDIR = os.environ.get('UPLOADDIR')