aboutsummaryrefslogtreecommitdiffstats
path: root/os_net_config/tests/__init__.py
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2014-06-09 10:42:19 -0400
committerDan Prince <dprince@redhat.com>2014-06-09 10:42:19 -0400
commit846e00d0072533e817c3d2248834e3b3ac5cae98 (patch)
treeb057b0161c2f1c1b8faa06acf7eeba92906a568c /os_net_config/tests/__init__.py
parent8d3dc898425810a3399a6c2718c35c536137b22e (diff)
Add interface, address, and route objects
Add some initial objects for interfaces, routes and addresses.
Diffstat (limited to 'os_net_config/tests/__init__.py')
-rw-r--r--os_net_config/tests/__init__.py2
1 files changed, 1 insertions, 1 deletions
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.