Update of /cvsroot/jython/jython/org/python/modules
In directory usw-pr-cvs1:/tmp/cvs-serv27829
Modified Files:
imp.java
Log Message:
Consistent formatting. Last line must end with a linebreak.
Index: imp.java
===================================================================
RCS file: /cvsroot/jython/jython/org/python/modules/imp.java,v
retrieving revision 2.2
retrieving revision 2.3
diff -C2 -r2.2 -r2.3
*** imp.java 2000/12/23 14:04:38 2.2
--- imp.java 2001/02/01 13:23:22 2.3
***************
*** 61,63 ****
}
! }
\ No newline at end of file
--- 61,63 ----
}
! }
|