diff options
Diffstat (limited to 'tests/cloud_tests/snapshots/__init__.py')
-rw-r--r-- | tests/cloud_tests/snapshots/__init__.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/cloud_tests/snapshots/__init__.py b/tests/cloud_tests/snapshots/__init__.py deleted file mode 100644 index 93a54f5e..00000000 --- a/tests/cloud_tests/snapshots/__init__.py +++ /dev/null @@ -1,10 +0,0 @@ -# This file is part of cloud-init. See LICENSE file for license information. - -"""Main init.""" - - -def get_snapshot(image): - """Get snapshot from image.""" - return image.snapshot() - -# vi: ts=4 expandtab |