# HG changeset patch # User cmlenz # Date 1125395512 0 # Node ID 46b9c9124ceefb84e297e99cadf250b50078a181 # Parent 722215d17899ca7c3c5104d16d02245e70057a34 Remove the test snippet from {{{bitten.util.loc}}}. diff --git a/bitten/util/loc.py b/bitten/util/loc.py --- a/bitten/util/loc.py +++ b/bitten/util/loc.py @@ -143,12 +143,3 @@ if prev_line == line: # Let's be quiet and hope only one line is affected. line = '' - - -if __name__ == '__main__': - import sys - source = file(sys.argv[1], 'r') - try: - print crunch(source) - finally: - source.close()