Files
aptly/system/t09_repo/__init__.py
T
2015-03-16 22:50:58 +03:00

18 lines
314 B
Python

"""
Testing local repo management
"""
from .add import *
from .copy import *
from .create import *
from .drop import *
from .edit import *
from .cmdimport import *
from .list import *
from .move import *
from .remove import *
from .show import *
from .rename import *
from .search import *
from .include import *