summaryrefslogtreecommitdiffstats
path: root/expo/views_survex.py
diff options
context:
space:
mode:
authorsubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 05:39:52 +0100
committersubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 05:39:52 +0100
commit0ba4dd4ef47eeeb8ef38b4c30b6d39649c56342a (patch)
tree7a806015bda042e5d13d55e6d52a37924fb4e11e /expo/views_survex.py
parent39ab4d25147a8e115fc4f6f05c8246dbe51c3ca0 (diff)
downloadtroggle-0ba4dd4ef47eeeb8ef38b4c30b6d39649c56342a.tar.gz
troggle-0ba4dd4ef47eeeb8ef38b4c30b6d39649c56342a.tar.bz2
troggle-0ba4dd4ef47eeeb8ef38b4c30b6d39649c56342a.zip
[svn] survey block object
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8199 by julian @ 1/19/2009 12:22 AM
Diffstat (limited to 'expo/views_survex.py')
-rw-r--r--expo/views_survex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/expo/views_survex.py b/expo/views_survex.py
index c356363..067d4e3 100644
--- a/expo/views_survex.py
+++ b/expo/views_survex.py
@@ -41,4 +41,4 @@ def process(survex_file):
cwd = os.getcwd()
os.chdir(os.path.split(settings.SURVEX_DATA + survex_file)[0])
os.system(settings.CAVERN + " --log " +settings.SURVEX_DATA + survex_file + ".svx")
- os.chdir(cwd) \ No newline at end of file
+ os.chdir(cwd)