1
0
forked from VimPlug/jedi

Rename explicit_absolute_import to has_explicit_absolute_import

This commit is contained in:
Laurens Van Houtven
2013-07-10 12:12:33 +02:00
parent 1682f24703
commit b5ee375fe1
3 changed files with 5 additions and 5 deletions

View File

@@ -296,7 +296,7 @@ class Scope(Simple, IsScope):
return p
@property
def explicit_absolute_import(self):
def has_explicit_absolute_import(self):
"""
Checks if imports in this scope are explicitly absolute, i.e. there
is a ``__future__`` import.