------------------------------------------------------------ revno: 2866 committer: Bruno Chareyre <[email protected]> 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:
_______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

