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:
Steve McLellan 2014-04-23 14:07:27 -05:00
parent 00d4d247e0
commit e198cf653e
1 changed files with 1 additions and 1 deletions

View File

@ -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,