On Fri, 2006-12-22 at 15:18 +0000, Barry Scott wrote: > No it does not. Oops. Here was the test case I meant to send: FileA.py: def funcA(): return 4 FileB.py: import FileA class Test: FileA = [1,2,3] def __init__(self): print FileA.funcA() Test() -- Daniel Drake Brontes Technologies, A 3M Company