diff -r b6753521129d -r 1294a6bdf3bf devtools/stresstester.py --- a/devtools/stresstester.py Fri Jul 24 13:50:59 2009 +0200 +++ b/devtools/stresstester.py Fri Jul 24 14:33:37 2009 +0200 @@ -1,4 +1,4 @@ -""" Usage: %s [OPTIONS] +""" Usage: %s [OPTIONS] Stress test a CubicWeb repository @@ -151,8 +151,8 @@ user = raw_input('login: ') if password is None: password = getpass('password: ') - from cubicweb.cwconfig import application_configuration - config = application_configuration(args[0]) + from cubicweb.cwconfig import instance_configuration + config = instance_configuration(args[0]) # get local access to the repository print "Creating repo", prof_file repo = Repository(config, prof_file)