From 03d93b4fe94d0cd4de8fb661748207ea251fbb2a Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Sat, 20 Jul 2013 06:26:30 -0700 Subject: Fix content-type constant. --- cloudinit/handlers/cloud_config.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'cloudinit/handlers/cloud_config.py') diff --git a/cloudinit/handlers/cloud_config.py b/cloudinit/handlers/cloud_config.py index 84653375..3a4f2150 100644 --- a/cloudinit/handlers/cloud_config.py +++ b/cloudinit/handlers/cloud_config.py @@ -52,9 +52,6 @@ MERGE_HEADER = 'Merge-Type' # This gets loaded into yaml with final result {'a': 22} DEF_MERGERS = mergers.string_extract_mergers('dict(replace)+list()+str()') -# See: https://tools.ietf.org/html/rfc6902 -JSON_PATCH_CTYPE = 'application/json-patch+json' - class CloudConfigPartHandler(handlers.Handler): def __init__(self, paths, **_kwargs): -- cgit v1.2.3