try {
sourcePathSet = nature.getPythonPathNature().getProjectSourcePathSet(true);
} catch (CoreException e) {
Log.log(e);
}
PythonSourceFolder wrapped = tryWrapSourceFolder(p, folder, sourcePathSet);
if (wrapped != null) {
childrenItr.remove();
convertedChildren.add(wrapped);
}
}