/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

  • Committer: Jelmer Vernooij
  • Date: 2017-11-12 17:14:00 UTC
  • mfrom: (6809.1.1 ws_comma)
  • Revision ID: jelmer@jelmer.uk-20171112171400-x19h7e3vw8t0u3w4
Merge lp:~gz/brz/ws_comma

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 
59
59
    def __add__(self, other):
60
60
        """Concatenate self with other"""
61
 
        return StaticTuple.from_sequence(tuple.__add__(self,other))
 
61
        return StaticTuple.from_sequence(tuple.__add__(self, other))
62
62
 
63
63
    def as_tuple(self):
64
64
        return tuple(self)