diff options
Diffstat (limited to 'numpy/f2py/cb_rules.py')
-rw-r--r-- | numpy/f2py/cb_rules.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/f2py/cb_rules.py b/numpy/f2py/cb_rules.py index c8f9f2c41..ce297ed79 100644 --- a/numpy/f2py/cb_rules.py +++ b/numpy/f2py/cb_rules.py @@ -27,7 +27,6 @@ outmess=sys.stdout.write show=pprint.pprint from auxfuncs import * -import capi_maps import cfuncs ################## Rules for callback function ############## @@ -415,6 +414,8 @@ def buildcallbacks(m): def buildcallback(rout,um): global cb_map + import capi_maps + outmess('\tConstructing call-back function "cb_%s_in_%s"\n'%(rout['name'],um)) args,depargs=getargs(rout) capi_maps.depargs=depargs |