Mercurial > p > roundup > code
diff roundup/backends/blobfiles.py @ 2499:4d112730e02f maint-0.7
merge from HEAD
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 24 Jun 2004 07:14:49 +0000 |
| parents | 93f03c6714d8 |
| children | 638fc2dab5a1 |
line wrap: on
line diff
--- a/roundup/backends/blobfiles.py Wed Jun 23 23:21:32 2004 +0000 +++ b/roundup/backends/blobfiles.py Thu Jun 24 07:14:49 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.12.2.1 2004-06-24 07:14:48 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
