Fix missing import
This commit is contained in:
parent
d476a36f24
commit
8434f192c9
@ -7,7 +7,7 @@ from lxcmgr.paths import LXC_STORAGE_DIR
|
||||
from lxcmgr.pkgmgr import PkgMgr
|
||||
|
||||
from . import crypto
|
||||
from .packer import Packer
|
||||
from .packer import PackageExistsError, Packer
|
||||
from .paths import REPO_IMAGES_DIR
|
||||
|
||||
class ImagePacker(Packer):
|
||||
|
Loading…
Reference in New Issue
Block a user