Update waagent

Added class and fleshing out KaliDistro
This commit is contained in:
git-ew
2015-05-20 01:50:51 -04:00
parent 0fbd311289
commit cd6685d726
+7
View File
@@ -1317,6 +1317,13 @@ class debianDistro(AbstractDistro):
############################################################
# KaliDistro - WIP
############################################################
class KaliDistro(debianDistro):
"""
Kali Distro concrete class
Put Kali specific behavior here...
"""
def __init__(self):
super(KaliDistro,self).__init__()
############################################################
# UbuntuDistro