diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-09-30 11:21:09 +0200 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-09-30 11:21:09 +0200 |
| commit | c02711bf7971f645de98d36ca18c8ef7556ab528 (patch) | |
| tree | 0c1a1c557fa32ce80cf899b0c405a34ec5523e42 | |
| parent | 4c3af26a58ff0aaf3abf54e6b01d843ec56c192b (diff) | |
| download | lasso-c02711bf7971f645de98d36ca18c8ef7556ab528.tar.gz lasso-c02711bf7971f645de98d36ca18c8ef7556ab528.tar.xz lasso-c02711bf7971f645de98d36ca18c8ef7556ab528.zip | |
[Bindings] change prefix for ignoring soap_binding related files
| -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 047f4569..1f8c6dc3 100644 --- a/bindings/bindings.py +++ b/bindings/bindings.py @@ -550,7 +550,7 @@ def parse_header(header_file): def parse_headers(srcdir): wsf_prefixes = ['disco_', 'dst_', 'is_', 'profile_service_', 'discovery_', 'wsf_', 'interaction_', 'utility_', 'sa_', 'authentication_', - 'wsse_', 'sec_', 'idwsf2_', 'wsf2_', 'wsa_', 'wsu', 'soap_binding_'] + 'wsse_', 'sec_', 'idwsf2_', 'wsf2_', 'wsa_', 'wsu', 'soap_binding'] srcdir = os.path.abspath(srcdir) parentdir = os.path.dirname(srcdir) |
