Files
aptly/system/t05_snapshot/__init__.py
T
2014-01-24 19:24:20 +04:00

12 lines
182 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 *