diff options
Diffstat (limited to 'localsettingspotatohut.py')
-rw-r--r-- | localsettingspotatohut.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/localsettingspotatohut.py b/localsettingspotatohut.py index e5e91d6..54318f8 100644 --- a/localsettingspotatohut.py +++ b/localsettingspotatohut.py @@ -33,8 +33,8 @@ CAVERN = 'cavern' THREEDTOPOS = '3dtopos' EXPOWEB = REPOS_ROOT_PATH + 'expoweb/' SURVEYS = REPOS_ROOT_PATH -SURVEY_SCANS = REPOS_ROOT_PATH + 'expoimages/' -FILES = REPOS_ROOT_PATH + 'expoimages' +SURVEY_SCANS = REPOS_ROOT_PATH + 'expofiles/' +FILES = REPOS_ROOT_PATH + 'expofiles' PYTHON_PATH = '/home/expo/troggle/' |