fix boilerplate test
Fixed AttributeError: type object '_io.StringIO' has no attribute 'StringIO'
This commit is contained in:
		| @@ -40,7 +40,7 @@ class TestBoilerplate(unittest.TestCase): | ||||
|  | ||||
|         # capture stdout | ||||
|         old_stdout = sys.stdout | ||||
|         sys.stdout = StringIO.StringIO() | ||||
|         sys.stdout = StringIO() | ||||
|  | ||||
|         boilerplate.args = Args() | ||||
|         ret = boilerplate.main() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ed Bartosh
					Ed Bartosh