# HG changeset patch # User Matt Mackall # Date 1400012556 18000 # Node ID a7a9d84f5e4ac341247a575afde5eae3fc509439 # Parent 007d276f8c9461384be3e7b75ee0aa69b33125fb py3kcompat: drop unused export diff -r 007d276f8c94 -r a7a9d84f5e4a mercurial/py3kcompat.py --- 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