diff options
author | Wookey <wookey@wookware.org> | 2011-07-11 00:49:18 +0100 |
---|---|---|
committer | Wookey <wookey@wookware.org> | 2011-07-11 00:49:18 +0100 |
commit | cc8c47f21f8415ba5d37632385d7440e455bf61a (patch) | |
tree | 89449484042c1e7a0d39cc35bc22e64708e3027e /localsettingswindows.py | |
parent | 1e1d63c768fb7791f278c164ded138e95fd787e5 (diff) | |
parent | 861daee66feb985ccfb9271c211dc1a27263fbf4 (diff) | |
download | troggle-cc8c47f21f8415ba5d37632385d7440e455bf61a.tar.gz troggle-cc8c47f21f8415ba5d37632385d7440e455bf61a.tar.bz2 troggle-cc8c47f21f8415ba5d37632385d7440e455bf61a.zip |
Merge from Martin's tip
Diffstat (limited to 'localsettingswindows.py')
-rw-r--r-- | localsettingswindows.py | 1 |
1 files changed, 1 insertions, 0 deletions
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'
|