]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Use six.moves cStringIO instead of cStringIO
authorHe Yongli <yongli.he@intel.com>
Mon, 17 Feb 2014 06:41:25 +0000 (14:41 +0800)
committerHe Yongli <yongli.he@intel.com>
Mon, 17 Feb 2014 07:13:49 +0000 (15:13 +0800)
commit6427b5506de72f0adf224d3643f6df9d4a465bdd
tree545ff25ac6206897d9ffe69305b869f096bc6b3c
parent37eb101b1c91c2219d83b78df28d39dc71f7323b
Use six.moves cStringIO instead of cStringIO

to keep Python 3.x compatibility, use six.moves.cStringIO to
replace StringIO

Change-Id: Id89c6156d9bba0007e8b16cd2cc28413a7cc5fd3
Closes-Bug: #1280964
tools/lintstack.py