Example #1
0
 def connect_zodb(self):
     self.zodb_root = UnbreakingDB(get_storage(self.zodb_uri)).open().root()
Example #2
0
 def connect_zodb(self):
     self.zodb_root = UnbreakingDB(get_storage(self.zodb_uri)).open().root()
Example #3
0
 def connect_zodb(self):
     super(RoomBookingImporter, self).connect_zodb()
     self.rb_root = UnbreakingDB(get_storage(self.rb_zodb_uri)).open().root()
Example #4
0
 def connect_zodb(self):
     super(RoomBookingImporter, self).connect_zodb()
     self.rb_root = UnbreakingDB(get_storage(
         self.rb_zodb_uri)).open().root()