Mercurial > hg > nsaunier > traffic-intelligence
comparison python/tests/storage.txt @ 1012:01db14e947e4
resolved
| author | Wendlasida |
|---|---|
| date | Fri, 01 Jun 2018 10:47:49 -0400 |
| parents | 933670761a57 |
| children |
comparison
equal
deleted
inserted
replaced
| 1011:4f0312bee393 | 1012:01db14e947e4 |
|---|---|
| 1 >>> from storage import * | 1 >>> from storage import * |
| 2 >>> from StringIO import StringIO | 2 >>> from io import StringIO |
| 3 >>> from moving import MovingObject, Point, TimeInterval, Trajectory, prepareSplines | 3 >>> from moving import MovingObject, Point, TimeInterval, Trajectory, prepareSplines |
| 4 | 4 |
| 5 >>> f = openCheck('non_existant_file.txt') | 5 >>> f = openCheck('non_existant_file.txt') |
| 6 File non_existant_file.txt could not be opened. | 6 File non_existant_file.txt could not be opened. |
| 7 | 7 |
