fix missing import. Fixes #5092

This commit is contained in:
Yann Leboulanger 2009-06-16 09:30:04 +02:00
parent b5f0dab43e
commit 516e880c9c
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@
## ##
import os import os
import sys
import warnings import warnings
if os.name == 'nt': if os.name == 'nt':