mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2874
This commit is contained in:
parent
cc90a6e773
commit
6dfdab054d
|
@ -3,10 +3,8 @@
|
|||
# $Id$
|
||||
|
||||
import boinc_path_config
|
||||
from Boinc import database, db_mid, configxml, projectxml
|
||||
|
||||
config = configxml.default_config()
|
||||
database.connect(config.config)
|
||||
from Boinc import database, db_mid, projectxml
|
||||
|
||||
database.connect()
|
||||
projectxml.default_project().commit_all()
|
||||
|
||||
|
|
Loading…
Reference in New Issue