From 876107d89f9015abe13221a9417d1e309e569768 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Tue, 5 Apr 2016 14:27:59 -0400 Subject: Bump hacking in test-requirements.txt Bumps the version of hacking to match that in global-requirements.txt. Change-Id: I7bb98dc773ce821b025d534f537f1a1704a50f9e Closes-bug: #1566463 --- os_net_config/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'os_net_config/__init__.py') diff --git a/os_net_config/__init__.py b/os_net_config/__init__.py index f52eb59..a8fdf43 100644 --- a/os_net_config/__init__.py +++ b/os_net_config/__init__.py @@ -40,6 +40,7 @@ class NetConfig(object): def add_object(self, obj): """Convenience method to add any type of object to the network config. + See objects.py. :param obj: The object to add. -- cgit 1.2.3-korg