most import completions work now, but some other tests don't

This commit is contained in:
David Halter
2012-07-16 20:40:05 +02:00
parent e779cc8c97
commit 45413a18b9
8 changed files with 201 additions and 35 deletions

View File

@@ -1,10 +1,8 @@
from __future__ import with_statement
import re
import tokenize
import imp
import os
import debug
import parsing
import builtin
@@ -12,10 +10,6 @@ files = {}
load_module_cb = None
class ModuleNotFound(Exception):
pass
class Module(builtin.CachedModule):
"""
Manages all files, that are parsed and caches them.