From b04b31dbc703e2a6a72cdceeba7d5e0184902703 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Tue, 10 Nov 2009 05:11:26 +0000 Subject: [PATCH] Missing uuid import svn: r13539 --- src/const.py.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/const.py.in b/src/const.py.in index adccb73b4..ab929d611 100644 --- a/src/const.py.in +++ b/src/const.py.in @@ -32,6 +32,7 @@ Provides constants for other modules #------------------------------------------------------------------------- import os import sys +import uuid from gettext import gettext as _ #-------------------------------------------------------------------------