workaround for ticket 102

This commit is contained in:
Andreas Preikschat 2011-03-24 21:46:34 +01:00
parent 84c23911b3
commit c598a86e59
1 changed files with 5 additions and 0 deletions

View File

@ -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