What code breaks?

Code that do 

  from dolfin.logger import * 

would break. But everything defined in dolfin.logger is eventually imported 
into the main dolfin namespace. That's why I removed the module. The above 
code could be exchanged by:

  from dolfin import *

Johan



On Sunday January 23 2011 08:00:56 nore...@launchpad.net wrote:
> ------------------------------------------------------------
> revno: 5566
> committer: Garth N. Wells <gn...@cam.ac.uk>
> branch nick: dolfin-all
> timestamp: Sun 2011-01-23 15:40:10 +0000
> message:
>   Add back logger.py. Code breaks without it.
> added:
>   site-packages/dolfin/common/logger.py
> modified:
>   site-packages/dolfin/cppimports.py
> 
> 
> --
> lp:dolfin
> https://code.launchpad.net/~dolfin-core/dolfin/main
> 
> Your team DOLFIN Core Team is subscribed to branch lp:dolfin.
> To unsubscribe from this branch go to
> https://code.launchpad.net/~dolfin-core/dolfin/main/+edit-subscription

_______________________________________________
Mailing list: https://launchpad.net/~dolfin
Post to     : dolfin@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dolfin
More help   : https://help.launchpad.net/ListHelp

Reply via email to