From c51ce61e4d295cc49a28768231a8d72d9a78f45b Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 26 Oct 2010 10:26:06 -0400 Subject: UUIDs: remove uuid python plugin and let DS always autogenerate merge in remove uuid --- ipalib/__init__.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ipalib/__init__.py') diff --git a/ipalib/__init__.py b/ipalib/__init__.py index 6545bf718..2589cf159 100644 --- a/ipalib/__init__.py +++ b/ipalib/__init__.py @@ -883,11 +883,6 @@ from parameters import BytesEnum, StrEnum, AccessTime, File from errors import SkipPluginModule from text import _, ngettext, GettextFactory, NGettextFactory -# We can't import the python uuid since it includes ctypes which makes -# httpd throw up when run in in mod_python due to SELinux issues -import ipauuid as uuid - - version_info = (2, 0, 0, 'alpha', 0) if version_info[3] == 'final': __version__ = '%d.%d.%d' % version_info[:3] -- cgit