Missing uuid import

svn: r13539
This commit is contained in:
Doug Blank 2009-11-10 05:11:26 +00:00
parent 17d709be14
commit b04b31dbc7

View File

@ -32,6 +32,7 @@ Provides constants for other modules
#-------------------------------------------------------------------------
import os
import sys
import uuid
from gettext import gettext as _
#-------------------------------------------------------------------------