py3kcompat: drop unused export
authorMatt Mackall <mpm@selenic.com>
Tue, 13 May 2014 15:22:36 -0500
changeset 21292 a7a9d84f5e4a
parent 21291 007d276f8c94
child 21293 507ce509fd22
py3kcompat: drop unused export
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