diff options
author | Martin Green <martin.speleo@gmail.com> | 2011-07-10 23:53:32 +0100 |
---|---|---|
committer | Martin Green <martin.speleo@gmail.com> | 2011-07-10 23:53:32 +0100 |
commit | b70995d3148f84185c92b2f467082ff5d8d3098f (patch) | |
tree | 43923556c5df0384216c54f6e176bb9048ddc085 | |
parent | c4194be5f1ee3734a4ce5e2a063a3111e0b366c0 (diff) | |
download | troggle-b70995d3148f84185c92b2f467082ff5d8d3098f.tar.gz troggle-b70995d3148f84185c92b2f467082ff5d8d3098f.tar.bz2 troggle-b70995d3148f84185c92b2f467082ff5d8d3098f.zip |
Added THREEDTOPOS setting for survexs 3dtopos program
-rw-r--r-- | localsettingsserver.py | 1 | ||||
-rw-r--r-- | localsettingsubuntu.py | 1 | ||||
-rw-r--r-- | localsettingswindows.py | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/localsettingsserver.py b/localsettingsserver.py index 1cde267..7e7a67f 100644 --- a/localsettingsserver.py +++ b/localsettingsserver.py @@ -10,6 +10,7 @@ DATABASE_PORT = '' # Set to empty string for default. Not used with SURVEX_DATA = '/home/expo/loser/' CAVERN = 'cavern' +THREEDTOPOS = '3dtopos' EXPOWEB = '/home/expo/expoweb/' SURVEYS = '/home/expo/' SURVEY_SCANS = '/home/expo/expoimages/' diff --git a/localsettingsubuntu.py b/localsettingsubuntu.py index 0d1fe62..63e3ce6 100644 --- a/localsettingsubuntu.py +++ b/localsettingsubuntu.py @@ -16,6 +16,7 @@ EXPOWEB_URL = 'http://expo.survex.com/' PUBLIC_SITE = False CAVERN = 'cavern' +THREEDTOPOS = '3dtopos' EXPOWEB = '/home/goatchurch/expoweb/' SURVEYS_URL = '' diff --git a/localsettingswindows.py b/localsettingswindows.py index 168a39a..c5cb682 100644 --- a/localsettingswindows.py +++ b/localsettingswindows.py @@ -7,6 +7,7 @@ DATABASE_PORT = '' # Set to empty string for default. Not used with SURVEX_DATA = 'c:\\Expo\\loser\\'
CAVERN = 'cavern'
+THREEDTOPOS = '3dtopos'
EXPOWEB = 'C:\\Expo\\expoweb\\'
SURVEYS = 'E:\\surveys\\'
SURVEY_SCANS = 'E:\\surveys\\surveyscans'
|