~ausimage/soovee/trunk

« back to all changes in this revision

Viewing changes to soovee_app/cli/login.py

  • Committer: Jeremy AustinBardo
  • Date: 2009-06-11 01:31:26 UTC
  • Revision ID: tjaustinbardo@gmail.com-20090611013126-0g4axgnvbif9y3og
Fix bugs with shelf creation and stray copy paste errors. Adjusted epydoc comments to more

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
SooVee Serial Audio Manager - Login support module for the command interface. It
19
19
allows SooVee to authorize itself with a service account.
20
20
 
21
 
    - C{doAuthorize(service:obj, account:obj, err:str="") -> tuple}
 
21
    - C{do_authorize(service:obj, account:obj, err:str="") -> tuple}
22
22
 
23
 
@requires: L{soovee.lib.sv_read}
 
23
@requires: L{soovee_lib.cache}
24
24
@requires: getpass
25
25
"""
26
26