Update of /cvsroot/jython/jython/org/python/core
In directory usw-pr-cvs1:/tmp/cvs-serv13394
Modified Files:
imp.java
Log Message:
Removed trailing spaces.
Index: imp.java
===================================================================
RCS file: /cvsroot/jython/jython/org/python/core/imp.java,v
retrieving revision 2.38
retrieving revision 2.39
diff -C2 -r2.38 -r2.39
*** imp.java 2001/02/04 01:05:28 2.38
--- imp.java 2001/02/14 22:32:22 2.39
***************
*** 622,626 ****
{
PyObject __all__ = module.__findattr__("__all__");
! if (__all__ != null) names = __all__;
int i=0;
PyObject name;
--- 622,626 ----
{
PyObject __all__ = module.__findattr__("__all__");
! if (__all__ != null) names = __all__;
int i=0;
PyObject name;
|