Popular recipes by Mike Graham http://code.activestate.com/recipes/users/4174015/2010-05-21T16:22:08-07:00ActiveState Code RecipesPrevent star imports (Python) 2010-05-21T16:22:08-07:00Mike Grahamhttp://code.activestate.com/recipes/users/4174015/http://code.activestate.com/recipes/577237-prevent-star-imports/ <p style="color: grey"> Python recipe 577237 by <a href="/recipes/users/4174015/">Mike Graham</a> (<a href="/recipes/tags/import/">import</a>). </p> <p>Use this code in your module to prevent people using the "from foo import *" syntax with your module.</p>