tests/pymox/stubout_testee.py
author Sverre Rabbelier <srabbelier@gmail.com>
Fri, 13 Mar 2009 23:12:40 +0000
changeset 1845 2651cb3979db
parent 1000 9af147fc1f1c
permissions -rw-r--r--
Fixed a thinko-fix in toDict The pick() view was broken because of this. Patch by: Sverre Rabbelier

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