On Jun 17, 2011, at 2:28 PM, Pierre Thibault wrote: > 2011/6/17 Jose <[email protected]> > at line 254 (trunk version) > > if not name.startswith(".") and level <= 0 and globals != None > and > and not name.startswith("applications."): > > Jose > > ?? What do you mean? More information is needed.
There are two 'and's in a row. (Also: globals is not None)

