Fix errors in workflow surveys found through tests

This commit is contained in:
AlanCoding
2016-11-08 09:46:59 -05:00
parent a1c17a7243
commit 105175b6b4
4 changed files with 3 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ from jsonfield import JSONField
from awx.main.models.rbac import (
Role, RoleAncestorEntry, get_roles_on_resource
)
from awx.main.utils import parse_yaml_or_json
__all__ = ['ResourceMixin', 'SurveyJobTemplateMixin', 'SurveyJobMixin']