Mercurial > public > mercurial-scm > hg-stable
diff tests/test-trusted.py @ 4516:96d8a56d4ef9
Removed trailing whitespace and tabs from python files
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Wed, 06 Jun 2007 20:22:52 +0200 |
parents | 306055f5b65c |
children | 5db730475d6d |
line wrap: on
line diff
--- a/tests/test-trusted.py Wed Jun 06 20:17:03 2007 +0200 +++ b/tests/test-trusted.py Wed Jun 06 20:22:52 2007 +0200 @@ -155,7 +155,7 @@ print u2.config('foobar', 'baz', untrusted=True) print u2.config('paths', 'interpolated', untrusted=True) -print +print print "# error handling" def assertraises(f, exc=util.Abort):