blob: 7ec06a9c3a5e666ba0245a3cd88ae3fcd15b6b0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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
|