py3kcompat: drop unused export

This commit is contained in:
Matt Mackall 2014-05-13 15:22:36 -05:00
parent 8fb8b32a82
commit 1c61c176de

View File

@ -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