diff options
author | Wookey <wookey@wookware.org> | 2016-01-27 04:27:38 +0000 |
---|---|---|
committer | Wookey <wookey@wookware.org> | 2016-01-27 04:27:38 +0000 |
commit | 9ec3b9d1f73d23076f8de63afeae424281da4e5c (patch) | |
tree | 1712c0c37c34a60263389b416709d89479a761d9 /localsettingspotatohut.py | |
parent | b63ac244681f6e89d13e181bc728e12d9332e2a2 (diff) | |
parent | 6357efa0b6f0e5d673c55014db7d2c9f22f87c8f (diff) | |
download | troggle-9ec3b9d1f73d23076f8de63afeae424281da4e5c.tar.gz troggle-9ec3b9d1f73d23076f8de63afeae424281da4e5c.tar.bz2 troggle-9ec3b9d1f73d23076f8de63afeae424281da4e5c.zip |
Merge 'expofiles' instead of 'expoimages' config changes
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/' |