Fixed the strange login error reported in issue103.

This commit is contained in:
Griatch 2010-09-05 15:05:40 +00:00
parent a2291953f2
commit c4128e4656
2 changed files with 10 additions and 5 deletions

View file

@ -88,8 +88,7 @@ def import_cmdset(python_path, cmdsetobj, emit_to_obj=None, no_logging=False):
try:
try:
wanted_cache_key = python_path
print "inport cmdsets: cache=", CACHED_CMDSETS
wanted_cache_key = python_path
cmdsetclass = CACHED_CMDSETS.get(wanted_cache_key, None)
errstring = ""
if not cmdsetclass: