From 591f39e48718bae778cae11b43ff80e40882db68 Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Thu, 4 Sep 2003 05:13:04 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2247 --- checkin_notes | 32 +++++++++++++++++++++++++++++++- py/{ => Boinc}/.cvsignore | 0 2 files changed, 31 insertions(+), 1 deletion(-) rename py/{ => Boinc}/.cvsignore (100%) diff --git a/checkin_notes b/checkin_notes index a35eee1578..6e52ed6fdc 100755 --- a/checkin_notes +++ b/checkin_notes @@ -6075,4 +6075,34 @@ David Sept 3 2003 create_work.C quarl 2003/09/03 - - restructured python scripts + - overhauled python scripts + - reorganized directory structure. Now 'modules' are under + boinc/py/Boinc (so you can do "from Boinc import *") + + - configure runs test/test_sanity.py + + - all python scripts can run from anywhere + + - start and add.py know where config.xml and run_state.xml are + (customizable too) + + py/Boinc/ (added entire tree) + Makefile.am + __init__.py + boinc_db.py + boinc_path_config.py.in + configxml.py + database.py + db_def_to_py + db_mid.py + setup_project.py + util.py + version.py.in + test/ + testbase.py + tools/ + add.py + sched/ + start + */Makefile.am + configure.ac diff --git a/py/.cvsignore b/py/Boinc/.cvsignore similarity index 100% rename from py/.cvsignore rename to py/Boinc/.cvsignore