[gen] Ref field: param 'shownInfo' can now be a method.

This commit is contained in:
Gaetan Delannay 2014-12-09 09:27:40 +01:00
parent c53654a1a1
commit 12836a40dc
4 changed files with 25 additions and 18 deletions

View file

@ -60,7 +60,7 @@ class FileInfo:
getting the content of a Pod field, a temporary file may be generated and
you will get a FileInfo that represents it.
'''
BYTES = 5000
BYTES = 50000
def __init__(self, fsPath, inDb=True, uploadName=None):
'''p_fsPath is the path of the file on disk.