Когда я запускаю следующий код, < /p>
Код: Выделить всё
sys.path.append('Solution/')
import GeometricShape
sys.path.pop()
sys.path.append('Submission/')
import GeometricShape
Подробнее здесь: [url]https://stackoverflow.com/questions/21122325/jython-to-import-identically-named-java-files-residing-in-different-directorie[/url]