示例#1
0
 def cleanup(self):
     LinuxImage.cleanup(self)
     if self.devname and os.path.exists(self.devname):
         loop.rmloop(self.devname)
示例#2
0
 def cleanup(self):
     LinuxImage.cleanup(self)
     if self.devname:
         loop.rmloop(self.devname)
示例#3
0
 def cleanup(self):
     LinuxImage.cleanup(self)
     if self.devname and os.path.exists(self.devname):
         loop.rmloop(self.devname)
示例#4
0
 def cleanup(self):
     LinuxImage.cleanup(self)
     if self.devname:
         loop.rmloop(self.devname)