예제 #1
0
 def exists(self):
     be = FileOps(self.hostname, db = self.parent._db)
     return be.fileExists(unicode(self), self.imagetype)
예제 #2
0
 def exists(self):
     be = FileOps(self.hostname, db = self.parent._db)
     return be.fileExists(unicode(self), self.imagetype)