import clean up

This commit is contained in:
Andreas Preikschat 2013-07-07 16:41:43 +02:00
parent 90e867b797
commit 07039a4908

View File

@ -29,14 +29,13 @@
""" """
This module contains the first time wizard. This module contains the first time wizard.
""" """
#FIXME: python3: remove duplicated imports.
import io
import logging import logging
import os import os
import sys import sys
import time import time
import urllib import urllib.request
import urllib2 import urllib.parse
import urllib.error
from tempfile import gettempdir from tempfile import gettempdir
from ConfigParser import SafeConfigParser from ConfigParser import SafeConfigParser