From 4606c8b65452106785c44ecf2a27720697be66ac Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: May 19 2015 20:46:47 +0000 Subject: Ticket 47828 - fix testcase "import" issue Description: An invalid "import" for constants needs to be removed https://fedorahosted.org/389/ticket/47828 Reviewed by: mreynolds --- diff --git a/dirsrvtests/tickets/ticket47828_test.py b/dirsrvtests/tickets/ticket47828_test.py index b9fb288..8135c60 100644 --- a/dirsrvtests/tickets/ticket47828_test.py +++ b/dirsrvtests/tickets/ticket47828_test.py @@ -10,7 +10,6 @@ from lib389 import DirSrv, Entry, tools from lib389.tools import DirSrvTools from lib389._constants import * from lib389.properties import * -from constants import * log = logging.getLogger(__name__)