~ausimage/soovee/trunk

« back to all changes in this revision

Viewing changes to soovee_app/cli/page.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:
19
19
SooVee Serial Audio Manger - Page support module for the command interface. It 
20
20
transforms web pages from a service with serial audio info into new formats.
21
21
 
22
 
    - C{browse(action:str, format:str, directory:str) -> None}
 
22
    - C{browse(action:str, form:str, directory:str, cache:obj, service:obj) 
 
23
        -> None}
23
24
 
24
 
@requires: L{soovee.cli.main}
25
 
@requires: L{soovee.pages}
26
 
@requires: L{soovee.forms}
 
25
@requires: L{soovee_app.pages}
 
26
@requires: L{soovee_app.forms}
27
27
"""
28
28
 
29
29
#from main import CACHEOBJ, Service #, CACHEDIR #:Current Environs from Main.
40
40
    @type format: basestring
41
41
    @param directory: Directory to save new page.
42
42
    @type directory: basestring
 
43
    @param cache: Initialized soovee.lib.sv_read object.
 
44
    @type cache: object
 
45
    @param service: Initialized soovee.conf.serviceConf object.
 
46
    @type service: object
43
47
    @return:
44
48
    @rtype: None
45
 
    @requires: L{soovee.pages}
46
 
    @requires: L{soovee.forms}
 
49
    @requires: L{soovee_app.pages}
 
50
    @requires: L{soovee_app.forms}
47
51
    """
48
52
 
49
53
    try: