1
0
forked from VimPlug/jedi

removed from 'from __future__ import with_statement' imports, they are not needed anymore (python 2.5 is no longer supported)

This commit is contained in:
Dave Halter
2014-01-07 17:46:22 +01:00
parent 73aeee6919
commit 1a3541e3aa
7 changed files with 0 additions and 13 deletions

View File

@@ -12,8 +12,6 @@ following functions (sometimes bug-prone):
- extract variable
- inline variable
"""
from __future__ import with_statement
import difflib
from jedi import common