mirror of
https://git.centos.org/centos/centpkg.git
synced 2025-02-23 16:22:55 +00:00
Import cli module in top level package
This is necessary for the man page generator to work.
This commit is contained in:
parent
2d428f1d75
commit
96fedb1fa8
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue