Added missing import.

This commit is contained in:
Hirokazu Yamamoto 2010-09-18 05:40:44 +00:00
parent a171cf064a
commit c3937f569b

View file

@ -11,6 +11,7 @@ for manipulation of the pathname component of URLs.
"""
import os
import sys
import stat
import genericpath
import warnings