yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #08015
[Branch ~yade-dev/yade/trunk] Rev 2948: - fix doc generation for the export module. Still some fixes needed concerning doc convention (wr...
------------------------------------------------------------
revno: 2948
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
branch nick: trunk
timestamp: Mon 2011-10-31 16:45:28 +0100
message:
- fix doc generation for the export module. Still some fixes needed concerning doc convention (wrong parameter declaration for some functions)
modified:
py/export.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/export.py'
--- py/export.py 2011-10-24 14:50:20 +0000
+++ py/export.py 2011-10-31 15:45:28 +0000
@@ -5,7 +5,7 @@
"""
from yade.wrapper import *
-from yade import *
+from yade import utils
#textExt===============================================================
def textExt(filename, format='x_y_z_r', comment='',mask=-1):