Andreas Preikschat has proposed merging lp:~googol/openlp/wrong-import into lp:openlp.
Requested reviews: Raoul Snyman (raoul-snyman) For more details, see: https://code.launchpad.net/~googol/openlp/wrong-import/+merge/143414 Removed an import which shouldn't be there. -- https://code.launchpad.net/~googol/openlp/wrong-import/+merge/143414 Your team OpenLP Core is subscribed to branch lp:openlp.
=== modified file 'openlp/core/utils/__init__.py' --- openlp/core/utils/__init__.py 2013-01-08 20:44:56 +0000 +++ openlp/core/utils/__init__.py 2013-01-15 21:51:25 +0000 @@ -35,7 +35,6 @@ import locale import os import re -from reportlab.graphics.charts.utils import seconds2str from subprocess import Popen, PIPE import sys import urllib2
_______________________________________________ Mailing list: https://launchpad.net/~openlp-core Post to : [email protected] Unsubscribe : https://launchpad.net/~openlp-core More help : https://help.launchpad.net/ListHelp

