fix missing import. Fixes #5092

This commit is contained in:
Yann Leboulanger 2009-06-16 09:30:04 +02:00
parent b5f0dab43e
commit 516e880c9c

View file

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