summaryrefslogtreecommitdiff
path: root/stubout_testee.py
diff options
context:
space:
mode:
authorPrzemyslaw Gajda <quermit@gmail.com>2012-04-25 00:30:19 +0200
committerPrzemyslaw Gajda <quermit@gmail.com>2012-04-25 00:30:19 +0200
commit9a6e25a979e7629a7b2813b60e2e240c63bd18bf (patch)
tree80289ecb80304f91ba3b8bbaa30e4a18021ee462 /stubout_testee.py
parent17bee3dab43dd9c4feb1d0202d4a99699de8b00a (diff)
downloadpymox-9a6e25a979e7629a7b2813b60e2e240c63bd18bf.tar.gz
Fixed pep8 issues.
Diffstat (limited to 'stubout_testee.py')
-rw-r--r--stubout_testee.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/stubout_testee.py b/stubout_testee.py
index fa8bf58..57c409c 100644
--- a/stubout_testee.py
+++ b/stubout_testee.py
@@ -14,5 +14,6 @@
#
# This file was mofified by quermit@gmail.com
+
def SampleFunction():
raise Exception('I should never be called!')