From ed166ce2a6a56d3f371e67340697304c6998d622 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Tue, 15 Jan 2013 22:52:26 +0100 Subject: [PATCH] fixed import --- openlp/core/utils/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openlp/core/utils/__init__.py b/openlp/core/utils/__init__.py index b90ea4b86..21b1b4f30 100644 --- a/openlp/core/utils/__init__.py +++ b/openlp/core/utils/__init__.py @@ -35,7 +35,6 @@ import logging import locale import os import re -from reportlab.graphics.charts.utils import seconds2str from subprocess import Popen, PIPE import sys import urllib2