From 5a24e46a521ce55dd7cffab55b22f3b1713f6c45 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Mon, 14 Jun 2004 01:28:00 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=3563 --- py/Boinc/setup_project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/Boinc/setup_project.py b/py/Boinc/setup_project.py index 1ebcac7c40..3c50b66a59 100644 --- a/py/Boinc/setup_project.py +++ b/py/Boinc/setup_project.py @@ -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' ])