From 07039a4908399774fa6f0d8f068f1a9e3afd174c Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Sun, 7 Jul 2013 16:41:43 +0200 Subject: [PATCH] import clean up --- openlp/core/ui/firsttimeform.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/openlp/core/ui/firsttimeform.py b/openlp/core/ui/firsttimeform.py index f1307fb0e..9cbde8531 100644 --- a/openlp/core/ui/firsttimeform.py +++ b/openlp/core/ui/firsttimeform.py @@ -29,14 +29,13 @@ """ This module contains the first time wizard. """ -#FIXME: python3: remove duplicated imports. -import io import logging import os import sys import time -import urllib -import urllib2 +import urllib.request +import urllib.parse +import urllib.error from tempfile import gettempdir from ConfigParser import SafeConfigParser