You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/jython/files/jython-2.7_beta1-dont-alway...

12 lines
309 B

--- a/src/org/python/core/imp.java
+++ b/src/org/python/core/imp.java
@@ -228,7 +228,7 @@
}
if (testing && mtime != NO_MTIME) {
long time = ar.getMTime();
- if (mtime != time) {
+ if (mtime < time) {
return null;
}
}