# HG changeset patch # User Neil Muller # Date 1336229229 -7200 # Node ID 8cb24da1f91c8f4b699b4f30a261c8198ad1a9d1 # Parent b772d357d6980a746dc45d9c33de643be5ee1bce Pep8 but not pyflakes clean. Should still fail diff -r b772d357d698 -r 8cb24da1f91c test.py --- a/test.py Sat May 05 16:40:47 2012 +0200 +++ b/test.py Sat May 05 16:47:09 2012 +0200 @@ -2,11 +2,12 @@ """Test script to be used for hghooks debugging""" -import sys, os +import sys +import os def main(args): - print args + print args if __name__ == "__main__":