tests/pymox/stubout_testee.py
author Sverre Rabbelier <srabbelier@gmail.com>
Wed, 11 Feb 2009 23:49:44 +0000
changeset 1270 a48a592919b0
parent 1000 9af147fc1f1c
permissions -rw-r--r--
Fields are always safe, as we generate them ourselves This will be used by a future widget. Patch by: Sverre Rabbelier

def SampleFunction():
  raise Exception('I should never be called!')