Skip to content

Commit

Permalink
[ews-app] Add python 3 support - part 2
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=246802

Reviewed by Jonathan Bedard.

* Tools/CISupport/ews-app/ews/models/__init__.py: Use absolute instead of relative imports.

Canonical link: https://commits.webkit.org/255782@main
  • Loading branch information
aj062 committed Oct 20, 2022
1 parent cfc67a2 commit f35c7f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tools/CISupport/ews-app/ews/models/__init__.py
@@ -1,3 +1,3 @@
from build import *
from patch import *
from step import *
from ews.models.build import Build
from ews.models.patch import Change
from ews.models.step import Step

0 comments on commit f35c7f9

Please sign in to comment.