src/eric7/Project/ProjectTranslationsBrowser.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10439
21c28b0f9e41
child 10704
27d21e5163b8
equal deleted inserted replaced
10691:d1a603a70f83 10692:9becf9ca115c
902 considered 902 considered
903 @type list of str 903 @type list of str
904 @return flag indicating success 904 @return flag indicating success
905 @rtype bool 905 @rtype bool
906 """ 906 """
907 path, ext = os.path.splitext(self.project.pfile) 907 path, _ext = os.path.splitext(self.project.pfile)
908 pfile = "{0}_e4x.pro".format(path) 908 pfile = "{0}_e4x.pro".format(path)
909 909
910 # only consider files satisfying the filter criteria 910 # only consider files satisfying the filter criteria
911 _sources = [ 911 _sources = [
912 s 912 s

eric ide

mercurial