Commit 0ce5564c authored by Tres Seaver's avatar Tres Seaver

PEP8

parent ada9bf03
......@@ -21,6 +21,7 @@ class DummyFile(object):
def writelines(self, lines):
self._lines.extend(lines)
class Monkey(object):
# context-manager for replacing module names in the scope of a test.
def __init__(self, module, **kw):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment