Whitepsace and extraneous code.

This commit is contained in:
Aldo Cortesi 2011-02-17 11:45:12 +13:00
parent f028dc7e1b
commit ca4df062bf
2 changed files with 1 additions and 4 deletions

View File

@ -78,11 +78,9 @@ class DumpMaster(flow.FlowMaster):
if self.o.wfile:
self.fwriter.add(f)
# begin nocover
def run(self):
try:
return flow.FlowMaster.run(self)
except KeyboardInterrupt:
self.shutdown()

View File

@ -48,8 +48,7 @@ import filt
import re
import cStringIO
def constant_factory(value):
return itertools.repeat(value).next
class PatternRule:
"""