clean info about last exception. Fixes #1575
This commit is contained in:
parent
d54915c62a
commit
a3ddb8981c
|
@ -1713,7 +1713,7 @@ if __name__ == '__main__':
|
||||||
import psyco
|
import psyco
|
||||||
psyco.full()
|
psyco.full()
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
sys.exc_clear()
|
||||||
|
|
||||||
if os.name != 'nt':
|
if os.name != 'nt':
|
||||||
# Session Management support
|
# Session Management support
|
||||||
|
|
Loading…
Reference in New Issue