Update of /cvsroot/pycrust/PyCrust
In directory sc8-pr-cvs1:/tmp/cvs-serv7132
Modified Files:
__init__.py
Log Message:
Import all the basic modules in the package.
Index: __init__.py
===================================================================
RCS file: /cvsroot/pycrust/PyCrust/__init__.py,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** __init__.py 3 Aug 2001 20:30:37 -0000 1.1.1.1
--- __init__.py 6 Apr 2003 04:24:58 -0000 1.2
***************
*** 1 ****
! # Orbtech python package.
\ No newline at end of file
--- 1,20 ----
! """Python package."""
!
! __author__ = "Patrick K. O'Brien <po...@or...>"
! __cvsid__ = "$Id$"
! __revision__ = "$Revision$"[11:-2]
!
! import base
! import buffer
! import crust
! import dispatcher
! import document
! import editor
! import filling
! import frame
! import images
! import interpreter
! import introspect
! import pseudo
! import shell
! import version
|