Import cli module in top level package

This is necessary for the man page generator to work.
This commit is contained in:
Carl George 2021-04-08 16:12:22 -05:00
parent 2d428f1d75
commit 96fedb1fa8

View file

@ -20,6 +20,8 @@ import re
import warnings
from pyrpkg import Commands, rpkgError
# doc/centpkg_man_page.py uses the 'cli' import
from . import cli # noqa
from .lookaside import StreamLookasideCache, SIGLookasideCache
from pyrpkg.utils import cached_property