Skip to content

Commit 1a45a02

Browse files
committed
No need to mention 2to3 any more
Competitors from now on won't have Python 2 code to convert.
1 parent fae6c11 commit 1a45a02

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

simulator/programming/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ Your code should be developed in `robot.py`.
3131

3232
Unless otherwise stated, the simulator’s API is the same as the real SR API described in the [programming docs]({{ site.baseurl }}/programming/).
3333

34-
To assist with converting your existing code from Python 2 to Python 3, you can use [`2to3`](https://docs.python.org/3/library/2to3.html).
35-
3634
### Robot
3735

3836
There are two possible classes you can use to control your robot. You are

0 commit comments

Comments
 (0)