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 |