document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.     def __storm_flushed__(self):
  2.         if self.status != self._determineStatus():
  3.             self.status = self._determineStatus()
  4.         store.commit()
');