Ejemplo n.º 1
0
    def load_file(self):

        try:
            return open(sourcefiles.path(self.rawfile), 'rb')
        except Exception, e:
            print "cannot find the rawfile"
Ejemplo n.º 2
0
    def load_file(self):

        try:
            return open(sourcefiles.path(self.rawfile), 'rb')
        except Exception, e:
            print "cannot find the rawfile"
Ejemplo n.º 3
0
 def get_path(self):
     return sourcefiles.path(self.rawfile).replace("\\", "/")
Ejemplo n.º 4
0
 def get_path(self):
     return sourcefiles.path(self.rawfile).replace("\\", "/")