diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2008-04-29 12:01:46 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2008-04-29 12:01:46 +0000 |
| commit | e7e6b7170c3102d0208bf8cbbe99601d5a6d8162 (patch) | |
| tree | 4382609c40880a0a3a84cd4a1533d80aff7b616c | |
| parent | b67dcfb9e6bd3ea329bb04875764879a2e7f9cd0 (diff) | |
[project @ fpeters@0d.be-20071005161337-vh1s4saoywr0u2sa]
workaround since assertion must come before advice
Original author: Frederic Peters <fpeters@0d.be>
Date: 2007-10-05 18:13:37.320000+02:00
| -rw-r--r-- | bindings/t.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bindings/t.py b/bindings/t.py index 798f08d3..af791b65 100644 --- a/bindings/t.py +++ b/bindings/t.py @@ -205,6 +205,7 @@ def parse_headers(): continue binding.headers.append(os.path.join(base, filename)[3:]) parse_header(os.path.join(base, filename)) + binding.headers.insert(0, 'lasso/xml/saml-2.0/saml2_assertion.h') binding = BindingData() |
