Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Fixes introduced to the software components:

1. wflow_bin

a. pcrut.py

1. line 10 - 17

...

try:
    from PCRaster import *
    from PCRaster.Framework import *
    from PCRaster.NumPy import * 
except ImportError:
    from pcraster import *
    from pcraster.framework import *
    #from pcraster.numpy import *

2. PCRaster

...

a. python\pcraster\framework\dynamicBase.py

...

1. line 57 - 60

  def setQuiet(self,quiet=True):
    """  """
    msg = "Class needs to implement 'setQuiet' method"
    #raise NotImplementedError(msg)

...

b. python\pcraster\framework\frameworkBase.py

...

1. line 271 - 271:

  def setQuiet(self,
    quiet=True):

3. JEP

...

a. commands\python.py

...

1. line 10:

Wiki Markup
    return \['python' + sysconfig.get_config_var('VERSION'), 'dl', 'util'\]