~upiq-dev/upiq/uu.dynamicschema

« back to all changes in this revision

Viewing changes to uu/dynamicschema/schema.py

  • Committer: sean.upton at utah
  • Date: 2013-09-16 05:16:42 UTC
  • Revision ID: sean.upton@hsc.utah.edu-20130916051642-zrchchvwgs26qvyu
identifier naming issue, related to prev. commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
                           'serialization; using placeholder.')
198
198
            schema = InterfaceClass(
199
199
                name,
200
 
                (interface.Interface),
 
200
                (Interface),
201
201
                __module__=module.__name__,
202
202
                ) #placeholder (anonymous marker) interface
203
203
        return schema