mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Minor adjustments in pkg code
This commit is contained in:
parent
801284cfec
commit
bbea12599c
2 changed files with 1 additions and 5 deletions
|
@ -1,4 +0,0 @@
|
|||
|
||||
|
||||
def load_packages(manifest):
|
||||
pass
|
|
@ -1,4 +1,3 @@
|
|||
from exceptions import PackageError
|
||||
|
||||
|
||||
class PackageList(object):
|
||||
|
@ -71,6 +70,7 @@ class PackageList(object):
|
|||
Raises:
|
||||
PackageError
|
||||
"""
|
||||
from exceptions import PackageError
|
||||
name = name.format(**self.manifest_vars)
|
||||
if target is not None:
|
||||
target = target.format(**self.manifest_vars)
|
||||
|
|
Loading…
Add table
Reference in a new issue