[Python-checkins] CVS: python/dist/src/Python import.c,2.166,2.167

Tim Peters tim_one@users.sourceforge.net
Wed, 28 Feb 2001 18:20:03 -0800


Update of /cvsroot/python/python/dist/src/Python
In directory usw-pr-cvs1:/tmp/cvs-serv4717/python/dist/src/Python

Modified Files:
	import.c 
Log Message:
Remove extra close curly in code #ifdef'ed out on my box.


Index: import.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/import.c,v
retrieving revision 2.166
retrieving revision 2.167
diff -C2 -r2.166 -r2.167
*** import.c	2001/03/01 01:30:56	2.166
--- import.c	2001/03/01 02:20:01	2.167
***************
*** 1142,1146 ****
  	(void)closedir(dirp);
  	return 0 ; /* Not found */
- }
  
  /* assuming it's a case-sensitive filesystem, so there's nothing to do! */
--- 1142,1145 ----