Пример #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)