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