Index: jython/src/org/python/util/jython.java =================================================================== --- jython/src/org/python/util/jython.java (revision 3273) +++ jython/src/org/python/util/jython.java (working copy) @@ -161,6 +161,7 @@ if (opts.command != null) { try { + Py.getSystemState().path.insert(0, new PyString("")); interp.exec(opts.command); } catch (Throwable t) { Py.printException(t);