From aac31072e3877965af34c35b0f85ae5bbac53869 Mon Sep 17 00:00:00 2001 From: Petr Blaho Date: Tue, 18 Feb 2014 15:10:08 +0100 Subject: [PATCH] Removes old commented out code This removes old commented out code form tuskar/tests/api/api.py Removed code contained import and docstring, probably forgotten when refactoring before. Change-Id: I462ab815c045c053dc2435b6a55ecb6b01c161ce --- tuskar/tests/api/api.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tuskar/tests/api/api.py b/tuskar/tests/api/api.py index 2a8b29fc..6264dad9 100644 --- a/tuskar/tests/api/api.py +++ b/tuskar/tests/api/api.py @@ -15,10 +15,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -"""Base classes for API tests. -""" - -# import urllib from oslo.config import cfg @@ -26,7 +22,6 @@ import pecan import pecan.testing from tuskar.api import acl -# from tuskar.openstack.common import jsonutils from tuskar.tests import base