home *** CD-ROM | disk | FTP | other *** search
- /* Copyright (c) 1996 by Lele Gaifax. All Rights Reserved
- *
- * This software may be used and distributed freely for any purpose
- * provided that this notice is included unchanged on any and all
- * copies. The author does not warrant or guarantee this software in
- * any way.
- *
- * This file is part of the PyObjC package.
- *
- * $RCSfile: OC_Python.h,v $
- * $Revision: 1.1.1.2 $
- * $Date: 1996/10/04 20:58:58 $
- *
- * Created Thu Sep 12 16:37:49 1996.
- */
-
- #ifndef _OC_Python_H
- #define _OC_Python_H
-
- #include "OC_PythonObject.h"
- #include "OC_PythonInt.h"
- #include "OC_PythonString.h"
-
- #endif /* _OC_Python_H */
-
- /*
- ** Local Variables:
- ** change-log-default-name:"../ChangeLog.PyObjC"
- ** End:
- */
-