Mercurial > public > mercurial-scm > hg
comparison mercurial/py3kcompat.py @ 21292:a7a9d84f5e4a
py3kcompat: drop unused export
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 13 May 2014 15:22:36 -0500 |
parents | 007d276f8c94 |
children | 5bfd01a3c2a9 |
comparison
equal
deleted
inserted
replaced
21291:007d276f8c94 | 21292:a7a9d84f5e4a |
---|---|
3 # Copyright 2010 Renato Cunha <renatoc@gmail.com> | 3 # Copyright 2010 Renato Cunha <renatoc@gmail.com> |
4 # | 4 # |
5 # This software may be used and distributed according to the terms of the | 5 # This software may be used and distributed according to the terms of the |
6 # GNU General Public License version 2 or any later version. | 6 # GNU General Public License version 2 or any later version. |
7 | 7 |
8 import os, builtins | 8 import builtins |
9 | 9 |
10 from numbers import Number | 10 from numbers import Number |
11 | 11 |
12 def bytesformatter(format, args): | 12 def bytesformatter(format, args): |
13 '''Custom implementation of a formatter for bytestrings. | 13 '''Custom implementation of a formatter for bytestrings. |