Ignore:
Timestamp:
04/30/19 18:14:37 (5 years ago)
Author:
dubos
Message:

devel/Python : moved Fortran bindings and *.pyx to dynamico/dev module + necessary changes to test/py/*.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/Python/src/cxios.pyx

    r802 r825  
    1 from dynamico.libs import libxios 
    2 import dynamico.wrap as wrap 
     1from dynamico.dev.libs import libxios 
     2from dynamico.dev import wrap 
    33import numpy as np 
    44 
     
    77c_void_p_byref=type(byref(c_void_p())) # used in py2c because byref creates an object of this type, not c_void_pp 
    88 
    9 import getargs 
     9from dynamico import getargs 
    1010log_master, log_world = getargs.getLogger(__name__) 
    1111INFO, DEBUG, ERROR = log_master.info, log_master.debug, log_world.error 
Note: See TracChangeset for help on using the changeset viewer.