todo updates.

This commit is contained in:
Dave Halter
2014-12-17 01:48:32 +01:00
parent 0147a7f68d
commit c6315e0b45
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
"""
TODO This whole module is crap (especially since the new parser) and needs to be rewritten.
""" #
import inspect
import re

View File

@@ -70,7 +70,6 @@ class ImportWrapper(pr.Base):
self._import = name.get_parent_until(pr.Import)
self.import_path = self._import.path_for_name(name)
self.is_like_search = False # TODO REMOVE
def completion_names(self):
# The import path needs to be reduced by one, because we're completing.