summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_new.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_new.py')
-rw-r--r--Lib/test/test_new.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_new.py b/Lib/test/test_new.py
index b1e2ae7..a693d8b 100644
--- a/Lib/test/test_new.py
+++ b/Lib/test/test_new.py
@@ -4,7 +4,7 @@ import new
class Eggs:
def get_yolks(self):
- return self.yolks
+ return self.yolks
print 'new.module()'
m = new.module('Spam')