Python language level support (PY-261), correct parsing of with statements in Python 2.6 (PY-259)

This commit is contained in:
Dmitry Jemerov
2010-01-14 21:04:51 +03:00
parent 0980cbc87a
commit 20660ff2cf
5 changed files with 15 additions and 4 deletions
@@ -25,13 +25,12 @@ import com.intellij.openapi.vfs.newvfs.FileAttribute;
import com.intellij.pom.java.LanguageLevel;
import com.intellij.util.indexing.FileBasedIndex;
import com.intellij.util.messages.MessageBus;
import org.jetbrains.annotations.NotNull;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import org.jetbrains.annotations.NotNull;
/**
* @author Gregory.Shrago
*/
@@ -94,4 +93,7 @@ public class JavaLanguageLevelPusher implements FilePropertyPusher<LanguageLevel
}
}
}
public void afterRootsChanged(Project project) {
}
}