*** empty log message ***

svn path=/trunk/boinc/; revision=3563
This commit is contained in:
Rom Walton 2004-06-14 01:28:00 +00:00
parent 8d2e3c3a55
commit 5a24e46a52
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ class Project:
# req/reply files somewhere else
map(lambda dir: os.mkdir(self.dir(dir)),
[ '', 'cgi-bin', 'bin', 'upload', 'download', 'apps', self.logdir(),
'html', 'html/ops', 'html/user', 'html/project',
'html', 'html/cache', 'html/ops', 'html/user', 'html/project',
'html/inc', 'html/stats', 'html/user_profile',
'html/user_profile/images'
])