summaryrefslogtreecommitdiff
path: root/nose/plugins/base.py
diff options
context:
space:
mode:
authorJason Pellerin <jpellerin@gmail.com>2009-04-29 20:43:52 -0400
committerJason Pellerin <jpellerin@gmail.com>2009-04-29 20:43:52 -0400
commit777d81080b88c4b8623a68107a0b86946c9ba8e8 (patch)
tree053dee91bb40d0c2ed22d0217c6cace574e3e9a5 /nose/plugins/base.py
parent6ebbeee1198cfa23838998718509dcfc38b40a86 (diff)
downloadnose-777d81080b88c4b8623a68107a0b86946c9ba8e8.tar.gz
Stray whitespace
Diffstat (limited to 'nose/plugins/base.py')
-rw-r--r--nose/plugins/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nose/plugins/base.py b/nose/plugins/base.py
index 0e158cf..c3d89d1 100644
--- a/nose/plugins/base.py
+++ b/nose/plugins/base.py
@@ -545,7 +545,7 @@ class IPluginInterface(object):
The object to be made into a test
parent : class, module or other object
The parent of obj (eg, for a method, the class)
- """
+ """
pass
makeTest._new = True
makeTest.generative = True