openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #18751
[Merge] lp:~googol/openlp/wrong-import into lp:openlp
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
Follow ups