------------------------------------------------------------ revno: 3831 committer: Anton Gladky <[email protected]> timestamp: Mon 2016-04-04 08:11:37 +0200 message: Remove polyhedra_utils import from "ymport" modified: py/ymport.py
-- lp:yade https://code.launchpad.net/~yade-pkg/yade/git-trunk Your team Yade developers is subscribed to branch lp:yade. To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'py/ymport.py' --- py/ymport.py 2016-03-24 22:07:41 +0000 +++ py/ymport.py 2016-04-04 06:11:37 +0000 @@ -3,7 +3,7 @@ """ from yade.wrapper import * -from yade import utils, polyhedra_utils +from yade import utils from minieigen import *
_______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

