Not really, imports are typical with python and any module that you want to use needs to be imported.
Utkarsh 2010/4/26 Aurélien Marsan <[email protected]>: > I use Paraview with personnal sources and filter that I have written in > Python. > > Each personnal filter that I write begin with this line : >> >> import pyturbo. > > > Is there a way to avoid this line ? > That means : can Paraview automatically import a module ? > > Regards, > > A.Marsan > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
