There are situations in which from module import * is just fine:
from module import *
from math import *
from import *