Files
aptly/system/t09_repo/__init__.py
T
2014-02-27 20:57:30 +04:00

14 lines
227 B
Python

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