Add LinuxKernel.is_outdated()

This commit is contained in:
Bahtiar `kalkin-` Gadimov 2016-06-16 20:02:19 +02:00
parent 3b441ebaad
commit 732d2b33f4
No known key found for this signature in database
GPG Key ID: 96ED3C3BA19C3DEE

View File

@ -84,6 +84,9 @@ class LinuxKernel(Pool):
def destroy(self):
pass
def is_outdated(self, volume):
return False
def remove(self, volume):
pass