Ejemplo n.º 1
0
    def tearDown(self):

        remove_committed_dir(self.blob_dir)
Ejemplo n.º 2
0
 def close(self):
     self._file.close()
     if self._blob_dir is not None:
         remove_committed_dir(self._blob_dir)
         self._blob_dir = None
Ejemplo n.º 3
0
 def tearDown(self):
     from ZODB.blob import remove_committed_dir
     remove_committed_dir(self.blob_dir)
Ejemplo n.º 4
0
    def tearDown(self):
        from ZODB.blob import remove_committed_dir

        remove_committed_dir(self.blob_dir)
Ejemplo n.º 5
0
 def close(self):
     self._file.close()
     if self._blob_dir is not None:
         remove_committed_dir(self._blob_dir)
         self._blob_dir = None