tests/pymox/stubout_testee.py
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 10 Aug 2009 16:35:01 -0700
changeset 2747 915fe7338a72
parent 1000 9af147fc1f1c
permissions -rw-r--r--
Added hook for the edit view. This hook is called on both GET and POST requests.

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