Fix import statement in mod_diff.py

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Unresolved
    • Priority: Major - P3
    • 8.3.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Server Programmability
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Unfortunately relative imports are not supported in executable python scripts because they use `_main_` as the module and relative imports use the module rather than the filesystem path to resolve the current package.

      This bug was accidentally introduced in ad407ccaf8dfd1cbe8d9660a346c0ce4d33b4353

      Anything in this description will be included in the commit message. Replace or delete this text before merging. Add links to testing in the comments of the PR.

            Assignee:
            Mathias Stearn
            Reporter:
            Mathias Stearn
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: