remove unused import
This commit is contained in:
parent
519d7bd38c
commit
40f474881e
1 changed files with 2 additions and 7 deletions
|
|
@ -19,11 +19,6 @@
|
||||||
|
|
||||||
from __future__ import with_statement
|
from __future__ import with_statement
|
||||||
|
|
||||||
try:
|
|
||||||
import simplejson as json
|
|
||||||
except ImportError:
|
|
||||||
import json
|
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
|
||||||
from weboob.capabilities.gallery import ICapGallery, BaseGallery, BaseImage
|
from weboob.capabilities.gallery import ICapGallery, BaseGallery, BaseImage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue