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:
@@ -33,8 +33,6 @@ statements in this scope. Check this out:
|
||||
|
||||
See also :attr:`Scope.subscopes` and :attr:`Scope.statements`.
|
||||
"""
|
||||
from __future__ import with_statement
|
||||
|
||||
import os
|
||||
import re
|
||||
from inspect import cleandoc
|
||||
|
||||
Reference in New Issue
Block a user