From 846e00d0072533e817c3d2248834e3b3ac5cae98 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Mon, 9 Jun 2014 10:42:19 -0400 Subject: Add interface, address, and route objects Add some initial objects for interfaces, routes and addresses. --- os_net_config/tests/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os_net_config/tests/__init__.py') diff --git a/os_net_config/tests/__init__.py b/os_net_config/tests/__init__.py index f88664e..19f5e72 100644 --- a/os_net_config/tests/__init__.py +++ b/os_net_config/tests/__init__.py @@ -10,4 +10,4 @@ # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations -# under the License. \ No newline at end of file +# under the License. -- cgit 1.2.3-korg