Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/model.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2007-06-30 17:55:53 (GMT)
committer Simon Schampijer <simon@schampijer.de>2007-06-30 17:55:53 (GMT)
commitea34d78e90d00587d1036d8847d966e2a759099e (patch)
tree787ca6a89990b398937dab8e46a308e720472d17 /model.py
parentd421e4b20f4a392bbb711da832740a3baa641592 (diff)
A lot of fixes and at least the graphics come up already. On monday I will continue work on the tubes - this should be finished on monday :) happy week-end
Diffstat (limited to 'model.py')
-rw-r--r--model.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/model.py b/model.py
index 3545c0b..fcd319d 100644
--- a/model.py
+++ b/model.py
@@ -71,7 +71,7 @@ class Model(object):
doc.freeDoc()
def def_grid(self):
- print 'pairs: %s' %self.model.pairs
+ print 'pairs: %s' %self.pairs
### create grid from pairs information
for key in self.pairs.iterkeys():
self.grid.append((key, 0))