From bd16a4fdf861f02b51a27df2b9bb0494fd24bb0f Mon Sep 17 00:00:00 2001 From: Robert Kern Date: Sun, 16 Dec 2007 05:23:02 +0000 Subject: Interfaces have attributes. --- numpy/f2py/lib/parser/block_statements.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/f2py/lib/parser/block_statements.py') diff --git a/numpy/f2py/lib/parser/block_statements.py b/numpy/f2py/lib/parser/block_statements.py index 860212fa5..734ce2bb4 100644 --- a/numpy/f2py/lib/parser/block_statements.py +++ b/numpy/f2py/lib/parser/block_statements.py @@ -417,7 +417,7 @@ class EndInterface(EndStatement): match = re.compile(r'end\s*interface\s*\w*\Z', re.I).match blocktype = 'interface' -class Interface(BeginStatement, HasImplicitStmt, HasUseStmt, +class Interface(BeginStatement, HasAttributes, HasImplicitStmt, HasUseStmt, HasModuleProcedures, AccessSpecs ): """ -- cgit v1.2.1