~pythonregexp2.7/python/issue2636-09-01+10

« back to all changes in this revision

Viewing changes to Lib/plat-irix5/FL.py

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-05-24 18:56:40 UTC
  • mfrom: (39055.1.22 Regexp-2.6)
  • Revision ID: darklord@timehorse.com-20080524185640-59vz6l1f7qgixgal
Merged in changes from the Single-Loop Engine branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# This corresponds to "forms.h".
3
3
# Recommended use: import FL; ... FL.NORMAL_BOX ... etc.
4
4
# Alternate use: from FL import *; ... NORMAL_BOX ... etc.
 
5
from warnings import warnpy3k
 
6
warnpy3k("the FL module has been removed in Python 3.0", stacklevel=2)
 
7
del warnpy3k
5
8
 
6
9
_v20 = 1
7
10
_v21 = 1