? compiler/filesystem.attributes ? core/filesystem.attributes ? modules/filesystem.attributes ? parser/filesystem.attributes Index: compiler/CodeCompiler.java =================================================================== RCS file: /cvsroot/jython/jython/org/python/compiler/CodeCompiler.java,v retrieving revision 2.15 diff -u -5 -r2.15 CodeCompiler.java --- compiler/CodeCompiler.java 2001/05/27 18:49:15 2.15 +++ compiler/CodeCompiler.java 2001/07/27 15:50:27 @@ -661,37 +661,37 @@ public Object Import(SimpleNode node) throws Exception { setline(node); int n = node.getNumChildren(); for (int i=0; i 1) { String[] names = new String[n-1]; - String[] asnames = new String[n-1]; + SimpleNode[] asnameNodes = new SimpleNode[n-1]; for (int i=0; i