Skip to content

Commit

Permalink
Merge pull request swiftlang#19274 from akyrtzi/lit-absolute-import
Browse files Browse the repository at this point in the history
[test/lit.cfg] Use absolute imports
  • Loading branch information
akyrtzi authored Sep 12, 2018
2 parents eb27ab8 + bcc3a2c commit d40a182
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/lit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#
# -----------------------------------------------------------------------------

from __future__ import absolute_import
import os
import platform
import re
Expand Down

0 comments on commit d40a182

Please sign in to comment.