0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 18.116.80.252


Current Path : /proc/thread-self/root/usr/lib/python3/dist-packages/cloudinit/distros/
Upload File :
Current File : //proc/thread-self/root/usr/lib/python3/dist-packages/cloudinit/distros/openEuler.py

# This file is part of cloud-init. See LICENSE file for license information.

from cloudinit.distros import rhel


class Distro(rhel.Distro):
    def __init__(self, name, cfg, paths):
        super(Distro, self).__init__(name, cfg, paths)
        self.osfamily = "openEuler"


# vi: ts=4 expandtab