remove unused imports

This commit is contained in:
Romain Bignon 2014-02-24 15:58:41 +01:00
commit 441518cf74

View file

@ -17,8 +17,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from weboob.tools.json import json
from weboob.tools.browser import BaseBrowser, BrowserBanned
from weboob.tools.browser import BaseBrowser
from .pages import TrackPage, ErrorPage