From 556ac5660c22eb8316bff03cc3ccec5c82005b7c Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 21 Aug 2012 17:06:35 -0400 Subject: removed context managers from unit tests --- testsuite/Testlib/TestClient/TestTools/TestPOSIX/TestPermissions.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'testsuite/Testlib/TestClient/TestTools/TestPOSIX/TestPermissions.py') diff --git a/testsuite/Testlib/TestClient/TestTools/TestPOSIX/TestPermissions.py b/testsuite/Testlib/TestClient/TestTools/TestPOSIX/TestPermissions.py index 008f0c839..a9b71ec2c 100644 --- a/testsuite/Testlib/TestClient/TestTools/TestPOSIX/TestPermissions.py +++ b/testsuite/Testlib/TestClient/TestTools/TestPOSIX/TestPermissions.py @@ -1,11 +1,5 @@ -import os -import unittest -import lxml.etree -from mock import Mock, MagicMock, patch from Bcfg2.Client.Tools.POSIX.Permissions import * -from .Test__init import get_posix_object from .Testbase import TestPOSIXTool -from .....common import * class TestPOSIXPermissions(TestPOSIXTool): test_obj = POSIXPermissions -- cgit v1.2.3-1-g7c22