dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #20928
Re: [Branch ~dolfin-core/dolfin/main] Rev 5566: Add back logger.py. Code breaks without it.
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 noreply@xxxxxxxxxxxxx wrote:
> ------------------------------------------------------------
> revno: 5566
> committer: Garth N. Wells <gnw20@xxxxxxxxx>
> 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
Follow ups