fix import

This commit is contained in:
Yann Leboulanger 2015-07-15 15:11:03 +02:00
parent 6719a102f3
commit d8fe6cdea4

View file

@ -35,8 +35,7 @@ import locale
import os import os
import subprocess import subprocess
import urllib import urllib
import urllib from urllib.parse import urlparse
from urlparse import urlparse
import webbrowser import webbrowser
import errno import errno
import select import select