} else if (mod != null) {
ICompletionState copy = state.getCopy();
copy.setActivationToken(tokForSearchInOtherModule);
copy.setCol(-1);
copy.setLine(-1);
copy.raiseNFindTokensOnImportedModsCalled(mod, tokForSearchInOtherModule);
String parentPackage = o.o3.getParentPackage();
if (parentPackage.trim().length() > 0 && parentPackage.equals(current.getName())
&& state.getActivationToken().equals(tok) && !parentPackage.endsWith("__init__")) {
String name = mod.getName();