From: Hirokazu Yamamoto Date: Sat, 18 Sep 2010 05:40:44 +0000 (+0000) Subject: Added missing import. X-Git-Tag: v2.7.1rc1~270 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3937f569bd2fa2abb2942b9d58deb15195177c8;p=thirdparty%2FPython%2Fcpython.git Added missing import. --- diff --git a/Lib/posixpath.py b/Lib/posixpath.py index 128a533a213b..81f25b86e030 100644 --- a/Lib/posixpath.py +++ b/Lib/posixpath.py @@ -11,6 +11,7 @@ for manipulation of the pathname component of URLs. """ import os +import sys import stat import genericpath import warnings