diff options
Diffstat (limited to 'numpy/f2py/lib/parser/statements.py')
-rw-r--r-- | numpy/f2py/lib/parser/statements.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |