Changeset 1188

Show
Ignore:
Timestamp:
09/26/08 23:20:37 (8 weeks ago)
Author:
gawel
Message:

fix tests

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • gp.fileupload/trunk/docs/storage.txt

    r1169 r1188  
    34 34  
    35 35   >>> app = Storage(my_application, 
    36     ...               upload_to='/var/share/files', 
      36   ...               upload_to='/tmp/share/files', 
    37 37   ...               tempdir='/tmp/upload_tmp', 
    38 38   ...               )