tests/pymox/stubout_testee.py
author Sverre Rabbelier <srabbelier@gmail.com>
Fri, 20 Mar 2009 21:11:23 +0000
changeset 1960 64fa3cf03b4e
parent 1000 9af147fc1f1c
permissions -rw-r--r--
Removed formatting from TinyMCE that use the style tag The style tag is removed by feedparser as it can be used to insert malicious content. Patch by: Sverre Rabbelier

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