aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-20 14:22:33 +0000
committerDavid Robillard <d@drobilla.net>2011-04-20 14:22:33 +0000
commit259c304b92ce7bc5d7972f05dfd3dd1f63cb396b (patch)
tree7ccdc0272c5411afd8bde517fd754f3084e388cf /wscript
parentf44001fa60aeb0849a31299e14f502ea07535ae8 (diff)
downloadserd-259c304b92ce7bc5d7972f05dfd3dd1f63cb396b.tar.gz
serd-259c304b92ce7bc5d7972f05dfd3dd1f63cb396b.tar.bz2
serd-259c304b92ce7bc5d7972f05dfd3dd1f63cb396b.zip
Remove use of Python 2.6 syntax.
git-svn-id: http://svn.drobilla.net/serd/trunk@138 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index d26ab028..4821f077 100644
--- a/wscript
+++ b/wscript
@@ -157,7 +157,7 @@ def fix_docs(ctx):
os.remove('index.html')
os.symlink('group__serd.html',
'index.html')
- except Exception as e:
+ except Exception, e:
Logs.error("Failed to fix up Doxygen documentation (%s)\n" % e)
def upload_docs(ctx):