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/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os_net_config/__init__.py') diff --git a/os_net_config/__init__.py b/os_net_config/__init__.py index 5f946b8..dbc60ab 100644 --- a/os_net_config/__init__.py +++ b/os_net_config/__init__.py @@ -16,4 +16,4 @@ import pbr.version __version__ = pbr.version.VersionInfo( - 'os_net_config').version_string() \ No newline at end of file + 'os_net_config').version_string() -- cgit 1.2.3-korg