diff DepGraph.py @ 10:09b39021c4af

Make filename an attribute of file.
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Wed, 14 Nov 2012 21:44:53 +0100
parents 2263a283203c
children
line wrap: on
line diff
--- a/DepGraph.py	Mon Sep 24 10:48:28 2012 +0200
+++ b/DepGraph.py	Wed Nov 14 21:44:53 2012 +0100
@@ -33,7 +33,7 @@
         if not type(dst) is ListType:
             dst = [ dst ]
 
-        self.rightSize()                
+        self.rightSize()
 
         si = self.values.index(src)
         for d in dst: