diff python/tests/storage.txt @ 1012:01db14e947e4

resolved
author Wendlasida
date Fri, 01 Jun 2018 10:47:49 -0400
parents 933670761a57
children
line wrap: on
line diff
--- a/python/tests/storage.txt	Fri Jun 01 10:43:23 2018 -0400
+++ b/python/tests/storage.txt	Fri Jun 01 10:47:49 2018 -0400
@@ -1,5 +1,5 @@
 >>> from storage import *
->>> from StringIO import StringIO
+>>> from io import StringIO
 >>> from moving import MovingObject, Point, TimeInterval, Trajectory, prepareSplines
 
 >>> f = openCheck('non_existant_file.txt')