yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #02726
[Branch ~yade-dev/yade/trunk] Rev 1904: Fix missing import in py/post2d.py
------------------------------------------------------------
revno: 1904
committer: Václav Šmilauer <eudoxos@xxxxxxxx>
branch nick: trunk
timestamp: Wed 2009-12-16 00:09:07 +0100
message:
Fix missing import in py/post2d.py
modified:
py/post2d.py
--
lp:yade
https://code.launchpad.net/~yade-dev/yade/trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription.
=== modified file 'py/post2d.py'
--- py/post2d.py 2009-12-13 20:30:13 +0000
+++ py/post2d.py 2009-12-15 23:09:07 +0000
@@ -54,6 +54,7 @@
pylab.show()
"""
+from yade import *
class Flatten:
"""Abstract class for converting 3d point into 2d. Used by post2d.data2d."""