From: <fwi...@us...> - 2008-10-15 20:55:57
|
Revision: 5410 http://jython.svn.sourceforge.net/jython/?rev=5410&view=rev Author: fwierzbicki Date: 2008-10-15 20:55:46 +0000 (Wed, 15 Oct 2008) Log Message: ----------- Comment at the top Does not work, will never work. Wow. Deleted. Removed Paths: ------------- trunk/jython/bugtests/test095.py Deleted: trunk/jython/bugtests/test095.py =================================================================== --- trunk/jython/bugtests/test095.py 2008-10-15 20:52:30 UTC (rev 5409) +++ trunk/jython/bugtests/test095.py 2008-10-15 20:55:46 UTC (rev 5410) @@ -1,21 +0,0 @@ -""" -check some imp module functions (unfinished) -""" - -""" Does not work, will never work. - -import sys -import imp - -fm = imp.find_module("test095m") -print fm - -r = imp.load_module("test095m", fm[0], fm[1], fm[2]) -print r -print "her1" -print r.__dict__.keys() -print r.__dict__['__path__'] - -print sys.modules['test095m'] - -""" \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |