Comment 21 for bug 1125622

Revision history for this message
Éric Araujo (merwok) wrote : Re: ImportError: cannot import name base

Can you try with explicit relative imports (e.g. ``from . import base``)? Implicit relative imports (``import base``) are messy and won’t work on Python 3.