clean info about last exception. Fixes #1575

This commit is contained in:
Yann Leboulanger 2006-03-05 19:40:56 +00:00
parent d54915c62a
commit a3ddb8981c
1 changed files with 1 additions and 1 deletions

View File

@ -1713,7 +1713,7 @@ if __name__ == '__main__':
import psyco
psyco.full()
except ImportError:
pass
sys.exc_clear()
if os.name != 'nt':
# Session Management support