From 24095edc2b8ce15d8b581dac81b3d357b3fcb3e5 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Fri, 2 Dec 2011 08:59:32 +0200 Subject: [PATCH] Added a missing import. Fixes: https://launchpad.net/bugs/898876 --- openlp/core/ui/slidecontroller.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openlp/core/ui/slidecontroller.py b/openlp/core/ui/slidecontroller.py index 04bb931d0..316243b91 100644 --- a/openlp/core/ui/slidecontroller.py +++ b/openlp/core/ui/slidecontroller.py @@ -25,6 +25,7 @@ # Temple Place, Suite 330, Boston, MA 02111-1307 USA # ############################################################################### +import os import logging import time import copy