token support

This commit is contained in:
Sandy Walsh 2011-09-15 18:12:16 -07:00
parent b047f3cf05
commit acd1e0370f
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ class CatalogResource(object):
for key, value in resource_dict.items():
if self.__catalog_key__ in value:
if not isinstance(value, dict):
print "SKIPPING", key, value
continue
for res_key, res_value in value.items():
for attr, val in res_value.items():