convert shebang lines: python -> python3

This commit is contained in:
Benjamin Peterson 2010-03-11 22:53:45 +00:00
parent e8c1f95090
commit 90f5ba538b
212 changed files with 212 additions and 212 deletions

View file

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
# View a single MIME multipart message.
# Display each part as a box.

View file

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
from tkinter import *
from Canvas import Oval, Group, CanvasText

View file

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
# A Python function that generates dialog boxes with a text message,
# optional bitmap, and any number of buttons.

View file

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
# Simulate "electrons" migrating across the screen.
# An optional bitmap file in can be in the background.

View file

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
# Tkinter interface to Linux `kill' command.
from tkinter import *

View file

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
# Scan MH folder, display results in window

View file

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
"""Play with the new Tk 8.0 toplevel menu option."""

View file

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
# A Python program implementing rmt, an application for remotely
# controlling other Tk applications.

View file

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
"""Solitaire game, much like the one that comes with MS Windows.

View file

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
"""Sorting algorithms visualizer using Tkinter.

View file

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
# Tkinter interface to SYSV `ps' and `kill' commands.

View file

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
# Tk man page browser -- currently only shows the Tcl/Tk man pages