I\'ve 2 files a.py and b.py
a.py
from b import * #and then some lines of code
b.py
You've a third file, random.py. Rename it.
To confirm @ignacio 's answer you can run python -v <script>
python -v <script>
This will list down all the importing modules and from where they are imported.