Scott> I need a tool that will go through a python module (ClientForm in Scott> this case) and allow me to specify a starting module to parse and Scott> tell me what all it uses. This is not a trivial exercise to perform with Python because it is dynamically typed. In many cases you don't know the type of an object until runtime. Skip