Skip to content

Commit

Permalink
tools: from io import StringIO in ninja.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Aug 30, 2019
1 parent 1d5186e commit 64fa594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gyp/pylib/gyp/generator/ninja.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import gyp.msvs_emulation
import gyp.MSVSUtil as MSVSUtil
import gyp.xcode_emulation
from cStringIO import StringIO
from io import StringIO

from gyp.common import GetEnvironFallback
import gyp.ninja_syntax as ninja_syntax
Expand Down

0 comments on commit 64fa594

Please sign in to comment.