[Python-Dev] [Python-checkins] r84877 - python/branches/release27-maint/Lib/posixpath.py

Victor Stinner victor.stinner at haypocalc.com
Sat Sep 18 12:18:10 CEST 2010


Le samedi 18 septembre 2010 07:40:44, hirokazu.yamamoto a écrit :
> 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
> ===========================================================================
> === --- 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

Woops, thanks :-)

-- 
Victor Stinner
http://www.haypocalc.com/


More information about the Python-Dev mailing list