dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #20932
Re: [Branch ~dolfin-core/dolfin/main] Rev 5566: Add back logger.py. Code breaks without it.
On 23/01/11 23:06, Johan Hake wrote:
> What code breaks?
>
site-packages/dolfin/common/__init__.py
and later on ale.py, and possibly more.
Did you remove your installation tree? Perhaps logger.py was still in there?
Garth
> 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
>
> _______________________________________________
> Mailing list: https://launchpad.net/~dolfin
> Post to : dolfin@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dolfin
> More help : https://help.launchpad.net/ListHelp
References