[Python-checkins] r84877 - python/branches/release27-maint/Lib/posixpath.py
hirokazu.yamamoto
python-checkins at python.org
Sat Sep 18 07:40:44 CEST 2010
Author: hirokazu.yamamoto
Date: Sat Sep 18 07:40:44 2010
New Revision: 84877
Log:
Added missing import.
Modified:
python/branches/release27-maint/Lib/posixpath.py
Modified: python/branches/release27-maint/Lib/posixpath.py
==============================================================================
--- python/branches/release27-maint/Lib/posixpath.py (original)
+++ python/branches/release27-maint/Lib/posixpath.py Sat Sep 18 07:40:44 2010
@@ -11,6 +11,7 @@
"""
import os
+import sys
import stat
import genericpath
import warnings
More information about the Python-checkins
mailing list