~replaceafill/ubuntu/trusty/schooltool/2.8_custom-css

« back to all changes in this revision

Viewing changes to src/schooltool/relationship/uri.py

  • Committer: Douglas Cerna
  • Date: 2014-10-14 16:05:11 UTC
  • mfrom: (1.1.36)
  • Revision ID: douglascerna@yahoo.com-20141014160511-v2zzlmyuwjsfizai
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
    def __ne__(other):
67
67
        """self != other"""
68
68
 
69
 
    def __sh__(self):
 
69
    def __hash__():
70
70
        """Hash self (for example, return hash of uri)"""
71
71
 
72
72
    def access(state):