blob: e99f9b435545c4a0878fa657dec6b1f9ec9eb3a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright (C) 2015 Canonical Ltd.
# Copyright (C) 2015 VMware Inc.
#
# Author: Sankar Tanguturi <stanguturi@vmware.com>
#
# This file is part of cloud-init. See LICENSE file for license information.
class ConfigSource(object):
"""Specifies a source for the Config Content."""
# vi: ts=4 expandtab
|