home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Languages / python / PyObjC-0.47-MIHS / pyobjc-0.47-src / Modules / OC_Python.m < prev    next >
Encoding:
Text File  |  1996-10-04  |  625 b   |  26 lines

  1. /* Copyright (c) 1996 by Lele Gaifax.  All Rights Reserved
  2.  *
  3.  * This software may be used and distributed freely for any purpose
  4.  * provided that this notice is included unchanged on any and all
  5.  * copies. The author does not warrant or guarantee this software in
  6.  * any way.
  7.  *
  8.  * This file is part of the PyObjC package.
  9.  *
  10.  * $RCSfile: OC_Python.m,v $
  11.  * $Revision: 1.1.1.2 $
  12.  * $Date: 1996/10/04 20:59:08 $
  13.  *
  14.  * Created Thu Sep 12 16:39:31 1996.
  15.  */
  16.  
  17. #include "OC_PythonObject.m"
  18. #include "OC_PythonInt.m"
  19. #include "OC_PythonString.m"
  20.  
  21. /*
  22. ** Local Variables:
  23. ** change-log-default-name:"../ChangeLog.PyObjC"
  24. ** End:
  25. */
  26.