From 64123ba0e7ddda112b646bfa5e48f15402921350 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Fri, 14 Aug 2015 17:39:01 -0400 Subject: Correct class comment for NetConfig Change-Id: I3c2614028a8a009e24615dff7a8e2f0c570cbf70 --- os_net_config/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os_net_config/__init__.py b/os_net_config/__init__.py index 641ee3b..8c9b70d 100644 --- a/os_net_config/__init__.py +++ b/os_net_config/__init__.py @@ -31,7 +31,7 @@ class NotImplemented(Exception): class NetConfig(object): - """Configure network interfaces using the ifcfg format.""" + """Common network config methods class.""" def __init__(self, noop=False, root_dir=''): self.noop = noop -- cgit 1.2.3-korg