pylint cleanup; remove unused imports.

svn: r19521
This commit is contained in:
Rob G. Healey 2012-05-15 02:04:14 +00:00
parent 56176e6f04
commit 6955f6282c

View File

@ -27,15 +27,12 @@
# *****************************************************************************
import os
import datetime
import calendar
import time
from PIL import Image
# abilty to escape certain characters from output
from xml.sax.saxutils import escape as _html_escape
from itertools import chain
from decimal import Decimal, getcontext
getcontext().prec = 6
from fractions import Fraction
@ -72,8 +69,6 @@ from PlaceUtils import conv_lat_lon
from gen.db import DbTxn
from ListModel import ListModel
import pyexiv2
# v0.1 has a different API to v0.2 and above