diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-12-14 09:18:39 +0100 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-12-14 09:18:39 +0100 |
| commit | a3aa8e3d1ad610d649a18339069cf312c2c34e6f (patch) | |
| tree | 8f9f77dcd93ea67e52a143974ed4f19a2a3ff6c1 /bindings/python | |
| parent | d97adfc27ac1558d3cb729fe054641d97f6d3fba (diff) | |
| parent | 4f5e6c60007c85f8fdca2a05544151300c522d74 (diff) | |
| download | lasso-a3aa8e3d1ad610d649a18339069cf312c2c34e6f.tar.gz lasso-a3aa8e3d1ad610d649a18339069cf312c2c34e6f.tar.xz lasso-a3aa8e3d1ad610d649a18339069cf312c2c34e6f.zip | |
Merge branch 'hotfixes-2.3.5'
Diffstat (limited to 'bindings/python')
| -rw-r--r-- | bindings/python/lang.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/lang.py b/bindings/python/lang.py index 8be92e39..67c0cf91 100644 --- a/bindings/python/lang.py +++ b/bindings/python/lang.py @@ -335,7 +335,7 @@ if WSF_SUPPORT: print >> fd, ' self._cptr = _lasso.%s(%s)' % ( m.name[6:], c_args) print >> fd, ' if self._cptr is None:' - print >> fd, ' raise Exception(\'failed to create object\')' + print >> fd, ' raise Error(\'failed to create object\')' print >> fd, '' for m in self.binding_data.functions: |
