diff test/testgraph.py @ 290:7b38782ed496

File moves
author Windel Bouwman
date Sun, 24 Nov 2013 11:24:15 +0100
parents 05184b95fa16
children 9417caea2eb3
line wrap: on
line diff
--- a/test/testgraph.py	Thu Nov 21 15:46:50 2013 +0100
+++ b/test/testgraph.py	Sun Nov 24 11:24:15 2013 +0100
@@ -40,7 +40,7 @@
 
 class DigraphTestCase(unittest.TestCase):
     pass
-        
+
 
 class InterferenceGraphTestCase(unittest.TestCase):
     def testNormalUse(self):
@@ -78,4 +78,3 @@
 
 if __name__ == '__main__':
     unittest.main()
-