How about creating an alias module that would allow from fenics import *
which would do the exact same thing as from dolfin import * Every time I introduce someone new to FEniCS, I need to spend 30 seconds explaining that DOLFIN is the interface of FEniCS (which is not really true, DOLFIN is much more than just an interface) and therefore one needs to write "from dolfin import *" for historical reasons. -- Anders _______________________________________________ fenics mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics
