diff options
author | Shraddha Pandhe <shraddha.pandhe@yahoo.com> | 2013-12-11 15:56:08 -0800 |
---|---|---|
committer | Shraddha Pandhe <shraddha.pandhe@yahoo.com> | 2013-12-11 15:56:08 -0800 |
commit | 67ede943d3a02878061be2314300644c636b14f8 (patch) | |
tree | 42492685ee21455cee103ca2b0928334ee40a0c8 /cloudinit/config | |
parent | bce8220f1688af1e155661bfd57e73fe23c42522 (diff) | |
download | vyos-cloud-init-67ede943d3a02878061be2314300644c636b14f8.tar.gz vyos-cloud-init-67ede943d3a02878061be2314300644c636b14f8.zip |
Removed yaml import
Diffstat (limited to 'cloudinit/config')
-rw-r--r-- | cloudinit/config/cc_debug.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cloudinit/config/cc_debug.py b/cloudinit/config/cc_debug.py index 971af71b..c0a447cb 100644 --- a/cloudinit/config/cc_debug.py +++ b/cloudinit/config/cc_debug.py @@ -18,7 +18,6 @@ from StringIO import StringIO from cloudinit import util from cloudinit import type_utils import copy -import yaml def _make_header(text): |