~cjwatson/lazr.restful/range-factory

« back to all changes in this revision

Viewing changes to src/lazr/restful/declarations.py

  • Committer: Colin Watson
  • Date: 2015-04-08 20:11:29 UTC
  • Revision ID: cjwatson@canonical.com-20150408201129-l53ojrts5t7myypj
Remove some dead code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
    make_identifier_safe,
91
91
    VersionedDict,
92
92
    VersionedObject,
93
 
    is_total_size_link_active,
94
93
    )
95
94
 
96
95
LAZR_WEBSERVICE_ACCESSORS = '%s.exported.accessors' % LAZR_WEBSERVICE_NS