コード例 #1
0
ファイル: sourcefile.py プロジェクト: fucc1/FPA_Core
    def load_file(self):

        try:
            return open(sourcefiles.path(self.rawfile), 'rb')
        except Exception, e:
            print "cannot find the rawfile"
コード例 #2
0
ファイル: sourcefile.py プロジェクト: fucc1/FPA_Core
    def load_file(self):

        try:
            return open(sourcefiles.path(self.rawfile), 'rb')
        except Exception, e:
            print "cannot find the rawfile"
コード例 #3
0
ファイル: sourcefile.py プロジェクト: fucc1/FPA_Core
 def get_path(self):
     return sourcefiles.path(self.rawfile).replace("\\", "/")
コード例 #4
0
ファイル: sourcefile.py プロジェクト: fucc1/FPA_Core
 def get_path(self):
     return sourcefiles.path(self.rawfile).replace("\\", "/")