openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #12945
[Merge] lp:~raoul-snyman/openlp/bug-898876 into lp:openlp
Raoul Snyman has proposed merging lp:~raoul-snyman/openlp/bug-898876 into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
Related bugs:
Bug #898876 in OpenLP: "Playing media files fail"
https://bugs.launchpad.net/openlp/+bug/898876
For more details, see:
https://code.launchpad.net/~raoul-snyman/openlp/bug-898876/+merge/84218
Added a missing import.
--
https://code.launchpad.net/~raoul-snyman/openlp/bug-898876/+merge/84218
Your team OpenLP Core is requested to review the proposed merge of lp:~raoul-snyman/openlp/bug-898876 into lp:openlp.
=== modified file 'openlp/core/ui/slidecontroller.py'
--- openlp/core/ui/slidecontroller.py 2011-12-02 06:56:57 +0000
+++ openlp/core/ui/slidecontroller.py 2011-12-02 07:05:30 +0000
@@ -25,6 +25,7 @@
# Temple Place, Suite 330, Boston, MA 02111-1307 USA #
###############################################################################
+import os
import logging
import time
import copy
Follow ups