Files
aptly/system/t06_publish/__init__.py
T
Andrey Smirnov 21e8aa5519 Remove comments.
2014-04-24 01:31:31 +04:00

11 lines
166 B
Python

"""
Testing publishing snapshots
"""
from .drop import *
from .list import *
from .repo import *
from .snapshot import *
from .switch import *
from .update import *