diff options
Diffstat (limited to 'Lib/test/curses_tests.py')
-rw-r--r-- | Lib/test/curses_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/curses_tests.py b/Lib/test/curses_tests.py index 7dedbbc..40e832d 100644 --- a/Lib/test/curses_tests.py +++ b/Lib/test/curses_tests.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # $Id: ncurses.py 36559 2004-07-18 05:56:09Z tim_one $ # |