Skip to content

Commit 1f40413

Browse files
cclaussBridgeAR
authored andcommitted
tools: use 'from io import StringIO' in ninja.py
PR-URL: #29371 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent e6aca32 commit 1f40413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gyp/pylib/gyp/generator/ninja.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import gyp.msvs_emulation
2121
import gyp.MSVSUtil as MSVSUtil
2222
import gyp.xcode_emulation
23-
from cStringIO import StringIO
23+
from io import StringIO
2424

2525
from gyp.common import GetEnvironFallback
2626
import gyp.ninja_syntax as ninja_syntax

0 commit comments

Comments
 (0)