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 | 129d93dfa74eaa6f8ec6aeefaff38699bca8d40f (patch) | |
tree | 30de6c64f4fb6d281c9d15879af5d8940eba3cb1 /localsettingswindows.py | |
parent | 28924db9f87af72343206383e9065841e3fd1c14 (diff) | |
parent | 65c55f0f21fe85a678d48842da10e0ea5c917ae5 (diff) | |
download | troggle-129d93dfa74eaa6f8ec6aeefaff38699bca8d40f.tar.gz troggle-129d93dfa74eaa6f8ec6aeefaff38699bca8d40f.tar.bz2 troggle-129d93dfa74eaa6f8ec6aeefaff38699bca8d40f.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'
|