ppf: Update DatabaseAccess classes to initialize database in constructor.
authorRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Mon, 22 Aug 2011 07:56:00 +0000 (10:56 +0300)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Mon, 22 Aug 2011 08:28:02 +0000 (11:28 +0300)
commit8e7c5216107e900f5a0f12b4c17fbd2cad41e931
tree253410edd2f6f5dcd6e71f376009f8940b5c20cc
parentc7add1ffbcf97fc037878e911f509eea257f259b
ppf: Update DatabaseAccess classes to initialize database in constructor.

Previously, initilization occured in the connect() method, with the
database string passed to it. Now the connect() method receives no
argument; connection information had been initialized in constructor.
ppf/new/storage.py