diff -r c1dcb5aef4b4 -r fddb0fd11321 toolsutils.py --- a/toolsutils.py Thu Jul 16 13:53:33 2009 +0200 +++ b/toolsutils.py Fri Jul 17 08:17:39 2009 +0200 @@ -289,5 +289,5 @@ password = optconfig.password if not password: password = getpass('password: ') - return connect(user=user, password=password, host=optconfig.host, database=appid) + return connect(login=user, password=password, host=optconfig.host, database=appid)