summaryrefslogtreecommitdiff
path: root/cloudinit/distros/sles.py
blob: f3bfb9c2200fc76971bcd05714aca96fa2dfd459 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#    Copyright (C) 2017 SUSE LLC
#
#    Author: Robert Schweikert <rjschwei@suse.com>
#
# This file is part of cloud-init. See LICENSE file for license information.

from cloudinit.distros import opensuse


class Distro(opensuse.Distro):
    pass

# vi: ts=4 expandtab