cc-4105: formatted comments

This commit is contained in:
Rudi Grinberg 2012-07-24 10:36:33 -04:00
parent 37d59154d0
commit 53e9b02b26
3 changed files with 37 additions and 9 deletions

View file

@ -27,3 +27,28 @@ class TestToucherThread(BaseTest):
self.assertTrue( t2 > t1 )
if __name__ == '__main__': unittest.main()