From c598a86e592592322576efa0b05246d98f548ba1 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Thu, 24 Mar 2011 21:46:34 +0100 Subject: [PATCH] workaround for ticket 102 --- openlp.pyw | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/openlp.pyw b/openlp.pyw index a03f8e16c..670d9e11a 100755 --- a/openlp.pyw +++ b/openlp.pyw @@ -27,6 +27,11 @@ import os import sys import logging +# Import uuid now, to avoid the rare bug described in the support system: +# http://support.openlp.org/issues/102 +# If https://bugs.gentoo.org/show_bug.cgi?id=317557 is fixed, the import can be +# removed. +import uuid from optparse import OptionParser from traceback import format_exception from subprocess import Popen, PIPE