From 1d6c6b6a97ca06f0044e7a3987d76519b4feee9e Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Mon, 18 Jun 2012 17:24:32 -0700 Subject: Include link to netcf library in the comment. --- cloudinit/distros/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cloudinit/distros') diff --git a/cloudinit/distros/__init__.py b/cloudinit/distros/__init__.py index 79d441ac..483642f3 100644 --- a/cloudinit/distros/__init__.py +++ b/cloudinit/distros/__init__.py @@ -53,7 +53,7 @@ class Distro(object): @abc.abstractmethod def _write_network(self, settings): - # In the future use the python-netcf + # In the future use the http://fedorahosted.org/netcf/ # to write this blob out in a distro format raise NotImplementedError() -- cgit v1.2.3