mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-25 11:47:13 +08:00
is_py3k() -> is_py3k
This commit is contained in:
@@ -14,7 +14,7 @@ except ImportError:
|
||||
# Python 2.5
|
||||
pydoc_topics = None
|
||||
|
||||
if is_py3k():
|
||||
if is_py3k:
|
||||
keys = keyword.kwlist
|
||||
else:
|
||||
keys = keyword.kwlist + ['None', 'False', 'True']
|
||||
|
||||
Reference in New Issue
Block a user