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 408d405 commit 38894ccCopy full SHA for 38894cc
kubernetes/utils/create_from_yaml.py
@@ -14,7 +14,7 @@
14
import re
15
import sys
16
17
-if sys.version_info.major > 2:
+if sys.version_info.major < 3:
18
from StringIO import StringIO
19
else:
20
from io import StringIO
0 commit comments