Index: wflow-py/wflow/wflow_bmi.py =================================================================== diff -u -r6d0308e2db4d913413b1e9343f7c5ce0cdb7f8ec -rb55582394e7889cc37a6e320baad1eead4293b53 --- wflow-py/wflow/wflow_bmi.py (.../wflow_bmi.py) (revision 6d0308e2db4d913413b1e9343f7c5ce0cdb7f8ec) +++ wflow-py/wflow/wflow_bmi.py (.../wflow_bmi.py) (revision b55582394e7889cc37a6e320baad1eead4293b53) @@ -3,7 +3,6 @@ import os import logging import datetime -import parser import wflow.bmi as bmi from . import wflow_lib @@ -509,13 +508,11 @@ """ Return the number of fields of a compound type. """ - pass def inq_compound_field(self, name, index): """ Lookup the type,rank and shape of a compound field """ - pass class LookupNames: