yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #07664
[Branch ~yade-dev/yade/trunk] Rev 2866: - import pack and utils at startup
------------------------------------------------------------
revno: 2866
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
branch nick: trunk
timestamp: Wed 2011-05-18 18:32:51 +0200
message:
- import pack and utils at startup
modified:
core/main/main.py.in
--
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 'core/main/main.py.in'
--- core/main/main.py.in 2011-04-26 16:02:57 +0000
+++ core/main/main.py.in 2011-05-18 16:32:51 +0000
@@ -146,6 +146,9 @@
from yade import *
from math import *
+from utils import *
+from yade import pack
+from pack import *
# Run the check tests listed in scripts/test/checks/checkList.py
if opts.checks: