use imp instead of __import__

This commit is contained in:
Romain Bignon 2012-05-07 14:02:45 +02:00
commit ba1879d501
2 changed files with 8 additions and 5 deletions

View file

@ -18,7 +18,6 @@
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
import imp
import sys
import logging
from weboob.tools.backend import BaseBackend