/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/_static_tuple_py.py

Support user.signingkey configuration variable in .git/config.

Merged from https://code.launchpad.net/~jelmer/brz/local-git-key/+merge/381000

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
strings.
21
21
"""
22
22
 
 
23
from __future__ import absolute_import
 
24
 
23
25
import sys
24
26
 
25
27
 
74
76
 
75
77
 
76
78
_valid_types = (bytes, str, StaticTuple, int, float, None.__class__, bool)
 
79
if sys.version_info < (3,):
 
80
    _valid_types += (long, unicode)
77
81
 
78
82
 
79
83
# Have to set it to None first, so that __new__ can determine whether