home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_gnome-python.idb / usr / freeware / lib / python1.5 / site-packages / Gtkinter.py.z / Gtkinter.py
Encoding:
Python Source  |  1999-07-16  |  154 b   |  9 lines

  1.  
  2. #This is for compatibility.
  3.  
  4. print "importing Gtkinter is deprecated -- use 'from gtk import *'"
  5.  
  6. from gtk import *
  7. from gtk import _name2cls,_obj2inst
  8.  
  9.