Ejemplo n.º 1
0
 def tidyUp(self):
     path.remove(self.repo_filename)
     path.rmdir(self.tmp_dir)
     #self.bf.close() # close() hangs at present
     self.rp.close()
Ejemplo n.º 2
0
 def tidyUp(self):
     path.remove(self.repo_filename)
     path.rmdir(self.tmp_dir)
 def tidyUp(self):
     path.remove(self.repo_filename)
     path.rmdir(self.tmp_dir)
Ejemplo n.º 4
0
 def tidyUp(self):
     path.remove(self.repo_filename)
     path.rmdir(self.tmp_dir)
     #self.bf.close() # close() hangs at present
     self.rp.close()