~mcfletch/eric/update-to-4.5.13

« back to all changes in this revision

Viewing changes to eric/Project/Project.py

* New upstream release
* Bump standards version to 3.9.3
* Add manpage eric4_iconeditor.1
* Rename all man pages from eric4-* to eric4_* and
  edit them to reflect the changes
* Add an override file to suppress the warning about the
  empty directory /usr/share/eric/api

Show diffs side-by-side

added added

removed removed

Lines of Context:
566
566
            .replace("\\","@@")\
567
567
            .replace("/","@@")\
568
568
            .replace("@@",r"[\\/]")
 
569
        if ppathRe.endswith(r"[\\/]"):
 
570
            ppathRe += "*"
569
571
        if Utilities.isWindowsPlatform():
570
572
            self.ppathRe = re.compile(ppathRe, re.IGNORECASE | re.UNICODE)
571
573
        else: