[Python-checkins] CVS: python/dist/src/Python import.c,2.134,2.135

Jeremy Hylton python-dev@python.org
Thu, 29 Jun 2000 21:59:19 -0700


Update of /cvsroot/python/python/dist/src/Python
In directory slayer.i.sourceforge.net:/tmp/cvs-serv29167/Python

Modified Files:
	import.c 
Log Message:
another typo caught by Rob Hooft


Index: import.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/import.c,v
retrieving revision 2.134
retrieving revision 2.135
diff -C2 -r2.134 -r2.135
*** import.c	2000/05/03 23:44:39	2.134
--- import.c	2000/06/30 04:59:17	2.135
***************
*** 88,92 ****
  
  /* Magic word as global; note that _PyImport_Init() can change the
!    value of this global to accomodate for alterations of how the
     compiler works which are enabled by command line switches. */
  static long pyc_magic = MAGIC;
--- 88,92 ----
  
  /* Magic word as global; note that _PyImport_Init() can change the
!    value of this global to accommodate for alterations of how the
     compiler works which are enabled by command line switches. */
  static long pyc_magic = MAGIC;