__init__model.mustache #1

  • //
  • guest/
  • perforce_software/
  • helix-web-services/
  • main/
  • source/
  • swagger/
  • templates/
  • python/
  • __init__model.mustache
  • View
  • Commits
  • Open Download .zip Download (237 B)
from __future__ import absolute_import

# import models into model package
{{#models}}{{#model}}from .{{classVarName}} import {{classname}}{{/model}}
{{/models}}

from .job_command import JobCommand
from .jobs_command import JobsCommand
# Change User Description Committed
#1 19307 tjuricek Python Client SDK tests from counters to users

Need to treat the job-related models as UserDict instances, which involves some adjustments to the Swagger code generators.