Mercurial > hg
changeset 21292:a7a9d84f5e4a
py3kcompat: drop unused export
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 13 May 2014 15:22:36 -0500 |
parents | 007d276f8c94 |
children | 507ce509fd22 |
files | mercurial/py3kcompat.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/py3kcompat.py Sat May 10 15:22:04 2014 -0700 +++ b/mercurial/py3kcompat.py Tue May 13 15:22:36 2014 -0500 @@ -5,7 +5,7 @@ # This software may be used and distributed according to the terms of the # GNU General Public License version 2 or any later version. -import os, builtins +import builtins from numbers import Number