diff DepGraph.py @ 1:a1224150b8f6

Cleanup and making code easier to read.
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Sun, 16 Sep 2012 10:35:39 +0200
parents 28b636105ed6
children 3a56cd936c59
line wrap: on
line diff
--- a/DepGraph.py	Sat Sep 15 20:34:39 2012 +0200
+++ b/DepGraph.py	Sun Sep 16 10:35:39 2012 +0200
@@ -1,5 +1,3 @@
-import numpy
-
 from types import *
 
 class DepGraph: