diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-02-05 00:44:52 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-02-05 00:44:52 +0000 |
| commit | fd3f9f22773b72456cf71ba1029f886b680a6cd7 (patch) | |
| tree | 1b70f46f9270221705f0267556c7858bea47d3e3 /bindings | |
| parent | 7808c4cffaa5ae606186149d9434380b52e89e7c (diff) | |
| download | lasso-fd3f9f22773b72456cf71ba1029f886b680a6cd7.tar.gz lasso-fd3f9f22773b72456cf71ba1029f886b680a6cd7.tar.xz lasso-fd3f9f22773b72456cf71ba1029f886b680a6cd7.zip | |
fix bad operation in bindings.py
Diffstat (limited to 'bindings')
| -rw-r--r-- | bindings/bindings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/bindings.py b/bindings/bindings.py index 1d45e47a..ddbc0060 100644 --- a/bindings/bindings.py +++ b/bindings/bindings.py @@ -553,7 +553,7 @@ def parse_headers(srcdir): 'xml_idwsf2.h', 'xml_soap11.h', 'lasso_config.h' ) if not binding.options.idwsf: - exclusion += 'idwsf_strings.h' + exclusion += ( 'idwsf_strings.h', ) for base, dirnames, filenames in os.walk(srcdir): if base.endswith('/.svn'): # ignore svn directories |
