~pythonregexp2.7/python/issue2636

« back to all changes in this revision

Viewing changes to Lib/plat-mac/lib-scriptpackages/Terminal/__init__.py

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-05-24 16:05:21 UTC
  • mfrom: (39021.1.401 Regexp-2.6)
  • Revision ID: darklord@timehorse.com-20080524160521-1xenj7p6u3wb89et
Merged in changes from the latest python source snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
"""
2
2
Package generated from /Applications/Utilities/Terminal.app
3
3
"""
 
4
 
 
5
from warnings import warnpy3k
 
6
warnpy3k("In 3.x, the Terminal module is removed.")
 
7
 
4
8
import aetools
5
9
Error = aetools.Error
6
10
import Standard_Suite