From c29a525331b45ead15ec376d03f76836d622c943 Mon Sep 17 00:00:00 2001 From: Stuart Mackie Date: Thu, 23 Mar 2017 06:26:16 -0700 Subject: Removed test case files without correct license language. Will replace in future. Change-Id: I16435a250257cf97a67a8ba31303c89d74204ac2 Signed-off-by: Stuart Mackie --- Testcases/cfgm_common/ifmap/__init__.py | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 Testcases/cfgm_common/ifmap/__init__.py (limited to 'Testcases/cfgm_common/ifmap/__init__.py') diff --git a/Testcases/cfgm_common/ifmap/__init__.py b/Testcases/cfgm_common/ifmap/__init__.py deleted file mode 100644 index 189d225..0000000 --- a/Testcases/cfgm_common/ifmap/__init__.py +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/python -# -# Copyright 2011, Infoblox, All Rights Reserved -# -# Open Source, see LICENSE -# - -""" -ifmap-python client is an implementation of the TCG IF-MAP 2.0 protocol as a client library. -""" - -import sys - -# -# Project properties -# - -__version__ = '0.1' -__build__="" - -# -# Exceptions -# -class Error(Exception): - """ - Base class for exception handling - """ - def __init__(self, msg): - Exception.__init__(self, "Error: '%s'" % msg) -- cgit 1.2.3-korg