src/eric7/Project/ProjectTranslationsBrowser.py

branch
server
changeset 10704
27d21e5163b8
parent 10635
dcec2e0c0036
parent 10692
9becf9ca115c
child 10708
a6094987c1be
equal deleted inserted replaced
10680:306373ccf8fd 10704:27d21e5163b8
952 considered 952 considered
953 @type list of str 953 @type list of str
954 @return flag indicating success 954 @return flag indicating success
955 @rtype bool 955 @rtype bool
956 """ 956 """
957 path, ext = os.path.splitext(self.project.pfile) 957 path, _ext = os.path.splitext(self.project.pfile)
958 pfile = "{0}_e4x.pro".format(path) 958 pfile = "{0}_e4x.pro".format(path)
959 959
960 # only consider files satisfying the filter criteria 960 # only consider files satisfying the filter criteria
961 _sources = [ 961 _sources = [
962 s 962 s

eric ide

mercurial