Files
aptly/system/t05_snapshot/__init__.py
T
Andrey Smirnov 81dd5a398b Uncomment lines.
2014-03-06 23:46:06 +04:00

13 lines
202 B
Python

"""
Testing snapshot management
"""
from .create import *
from .show import *
from .list import *
from .verify import *
from .pull import *
from .diff import *
from .merge import *
from .drop import *