We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d5186e commit 64fa594Copy full SHA for 64fa594
1 file changed
tools/gyp/pylib/gyp/generator/ninja.py
@@ -20,7 +20,7 @@
20
import gyp.msvs_emulation
21
import gyp.MSVSUtil as MSVSUtil
22
import gyp.xcode_emulation
23
-from cStringIO import StringIO
+from io import StringIO
24
25
from gyp.common import GetEnvironFallback
26
import gyp.ninja_syntax as ninja_syntax
0 commit comments