Update of /cvsroot/webware/Webware/WebKit
In directory usw-pr-cvs1:/tmp/cvs-serv8887
Modified Files:
ImportSpy.py
Log Message:
Removed cruft from development/testing.
Index: ImportSpy.py
===================================================================
RCS file: /cvsroot/webware/Webware/WebKit/ImportSpy.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ImportSpy.py 25 Oct 2002 06:26:05 -0000 1.2
--- ImportSpy.py 25 Oct 2002 15:56:42 -0000 1.3
***************
*** 94,99 ****
if isfile(pathname):
self.addToFileList(pathname)
- else:
- print 'LALA: ' + pathname
# install our custom ModuleLoader. Any subsequently-imported modules will
--- 94,97 ----
|