comparison 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
comparison
equal deleted inserted replaced
0:28b636105ed6 1:a1224150b8f6
1 import numpy
2
3 from types import * 1 from types import *
4 2
5 class DepGraph: 3 class DepGraph:
6 def __init__(self): 4 def __init__(self):
7 self.deps = [] 5 self.deps = []