Uncomment tag import
Tags import was commented out by ruhe because it wasn't working; whatever the problem was seems to be fixed now. Change-Id: I64ee7131d1f90c13ca01c9ccdf1c0866eabb4aa4
This commit is contained in:
parent
00d4d247e0
commit
e198cf653e
@ -55,7 +55,7 @@ def _do_import_package(_dir, categories):
|
||||
# note: we explicitly mark all the imported packages as public,
|
||||
# until a parameter added to control visibility scope of a package
|
||||
'is_public': True,
|
||||
#'tags': pkg.tags,
|
||||
'tags': pkg.tags,
|
||||
'logo': pkg.logo,
|
||||
'ui_definition': pkg.raw_ui,
|
||||
'class_definitions': pkg.classes,
|
||||
|
Loading…
x
Reference in New Issue
Block a user