Chad Dombrova - 2008-08-25

Logged In: YES
user_id=1857838
Originator: YES

I whittled one "problem" module down to a single line:

def foo():pass

if this module is imported elsewhere in my project, i get the following error:

_Sentinel instance has no attribute '__getitem__'

this error occurs even if i'm only documenting the module that contains `foo`. if i rename `foo` to `_foo` or i remove the import of this module elsewhere in the project, i stop getting the error.