You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
216 B
Python

import os
BASE_DIR = os.path.dirname(__file__)
# Default config file to use for dotnet stuff
CONFIG_FILE = os.path.join(BASE_DIR, 'Net2Scripting.config')
# Generic lib dir
LIB_DIR = os.path.join(BASE_DIR, 'libs')