Closed dhimmel closed 8 years ago
The from xxxx import * syntax is dangerous (as we've seen with a previous bug), also makes it hard to know which method is being called.
from xxxx import *
The
from xxxx import *
syntax is dangerous (as we've seen with a previous bug), also makes it hard to know which method is being called.