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 | 53352e7987effc1e143b7374e18d456d4ecf0eee (patch) | |
tree | 708cc6cd32defb1af878e2b0b517fd7406f09fe2 | |
parent | 44f86a7d6fbce2bd9f446cba969d47daa6c74323 (diff) | |
download | troggle-53352e7987effc1e143b7374e18d456d4ecf0eee.tar.gz troggle-53352e7987effc1e143b7374e18d456d4ecf0eee.tar.bz2 troggle-53352e7987effc1e143b7374e18d456d4ecf0eee.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'
|