diff options
Diffstat (limited to 'contrib/libpodpy/images.py')
-rw-r--r-- | contrib/libpodpy/images.py | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/contrib/libpodpy/images.py b/contrib/libpodpy/images.py deleted file mode 100644 index f54736a21..000000000 --- a/contrib/libpodpy/images.py +++ /dev/null @@ -1,15 +0,0 @@ - -class Images(object): - """ - The Images class deals with image related functions for libpod. - """ - - def __init__(self, client): - self.client = client - - def List(self): - """ - Lists all images in the libpod image store - return: a list of ImageList objects - """ - return self.client.ListImages() |