Index: wflow-py/wflow/wf_DynamicFramework.py =================================================================== diff -u -rd20d7fa286009411c754180b4557ae30282c3936 -r234211937722016a7637bfb2bc76306b44cc5a9b --- wflow-py/wflow/wf_DynamicFramework.py (.../wf_DynamicFramework.py) (revision d20d7fa286009411c754180b4557ae30282c3936) +++ wflow-py/wflow/wf_DynamicFramework.py (.../wf_DynamicFramework.py) (revision 234211937722016a7637bfb2bc76306b44cc5a9b) @@ -344,9 +344,6 @@ - - - def _wf_shutdown(self): """ Makes sure the logging closed @@ -1648,20 +1645,16 @@ - def wf_readmap(self, name, default,verbose=True,filetype='PCRaster'): + def wf_readmap(self, name, default,verbose=True): """ Adjusted version of readmapNew. the style variable is used to indicated how the data is read:: 1 - default: reads pcrmaps 2 - memory: assumes the map is made available (in memory) using the in-memory interface + - .. note: - - the style variable is set using the variable list from the API - section in the ini file - """ directoryPrefix = "" nameSuffix = ".map"