Mercurial > p > roundup > code
diff roundup/backends/blobfiles.py @ 2496:682eefe8ef23
WIP
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 24 Jun 2004 06:39:07 +0000 |
| parents | 93f03c6714d8 |
| children | 09a4d6dd6dcb |
line wrap: on
line diff
--- a/roundup/backends/blobfiles.py Wed Jun 23 23:19:07 2004 +0000 +++ b/roundup/backends/blobfiles.py Thu Jun 24 06:39:07 2004 +0000 @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -#$Id: blobfiles.py,v 1.12 2004-03-19 04:47:59 richard Exp $ +#$Id: blobfiles.py,v 1.13 2004-06-24 06:39:07 richard Exp $ '''This module exports file storage for roundup backends. Files are stored into a directory hierarchy. ''' @@ -23,7 +23,7 @@ import os -def files_in_dir(dir): +def files_in_dir(dir): if not os.path.exists(dir): return 0 num_files = 0
