diff python/tests/storage.txt @ 998:933670761a57

updated code to python 3 (tests pass and scripts run, but non-executed parts of code are probably still not correct)
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Sun, 27 May 2018 23:22:48 -0400
parents c030f735c594
children
line wrap: on
line diff
--- a/python/tests/storage.txt	Fri May 25 18:15:18 2018 -0400
+++ b/python/tests/storage.txt	Sun May 27 23:22:48 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')