Find packages differently in setup.py

This commit is contained in:
Dave Halter
2017-09-28 21:03:56 +02:00
parent d656ccd833
commit b70cef735a
2 changed files with 2 additions and 5 deletions

View File

@@ -127,8 +127,6 @@ class Context(BaseContext):
search_global=False, is_goto=False,
analysis_errors=True):
"""
This is the search function.
:param position: Position of the last statement -> tuple of line, column
"""
if name_context is None: