Skip to content

Commit d40a182

Browse files
authored
Merge pull request #19274 from akyrtzi/lit-absolute-import
[test/lit.cfg] Use absolute imports
2 parents eb27ab8 + bcc3a2c commit d40a182

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/lit.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#
1919
# -----------------------------------------------------------------------------
2020

21+
from __future__ import absolute_import
2122
import os
2223
import platform
2324
import re

0 commit comments

Comments
 (0)