From c620acddd34a07edd6f33baad0adfad6e8cf1bd5 Mon Sep 17 00:00:00 2001 From: Pearu Peterson Date: Wed, 4 Oct 2006 09:49:54 +0000 Subject: F2PY G3: exposed wrappers via f2py script. A working example: wrap F90 module containing derived type with scalar components. --- numpy/f2py/lib/parser/statements.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/f2py/lib/parser/statements.py') diff --git a/numpy/f2py/lib/parser/statements.py b/numpy/f2py/lib/parser/statements.py index 7966692d2..28458ad17 100644 --- a/numpy/f2py/lib/parser/statements.py +++ b/numpy/f2py/lib/parser/statements.py @@ -900,7 +900,7 @@ class Use(Statement): module = modules[self.name] use_provides = self.parent.a.use_provides - + print use return -- cgit v1.2.1