lastModifiedTimeCached = 0;
return "None";
}
//Only mark it as found if we were able to get the python nature (otherwise, this could change later
//if requesting during a setup)
if (nature.startRequests()) { //start requests, as we'll ask for resolve and get module.
SourceModule sourceModule = null;
try {
String modName = nature.resolveModule(fileStr);
if (modName != null) {
//when all is set up, this is the most likely path we're going to use