~lvh/txoauth/contrib-package

« back to all changes in this revision

Viewing changes to txoauth/authserver/cred.py

  • Committer: Laurens Van Houtven
  • Date: 2010-08-14 17:42:25 UTC
  • Revision ID: lvh@laurensvh.be-20100814174225-2pzqweix1uhwe1me
Minor whitespace fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
    def __init__(self, callbackURLFactory):
60
60
        """
61
61
        Initializes a client realm.
62
 
        
 
62
 
63
63
        TODO: finish docstring
64
64
        """
65
65
        self._urlFactory = callbackURLFactory