diff options
Diffstat (limited to 'src/scripts/ffi_decls.py')
-rwxr-xr-x | src/scripts/ffi_decls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/ffi_decls.py b/src/scripts/ffi_decls.py index e4dbcefcc..b336e61f5 100755 --- a/src/scripts/ffi_decls.py +++ b/src/scripts/ffi_decls.py @@ -8,7 +8,7 @@ Automatically generate declarations for the FFI layer Botan is released under the Simplified BSD License (see license.txt) """ -from pycparser import c_parser, c_ast, parse_file +from pycparser import c_ast, parse_file ffi_header = 'src/lib/ffi/ffi.h' |