]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Drop special __repr__ from Parseable mixin 957/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 24 Apr 2022 14:07:03 +0000 (16:07 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 24 Apr 2022 14:07:03 +0000 (16:07 +0200)
commita9ae4ed3687aed75cf1aff048c0d8db6444af6c5
treeca613606ba00216433fb42475d00405d39b869a8
parentb7fb0214582a77d522130ebf6c0a2ec9ba855d01
Drop special __repr__ from Parseable mixin

We want to override __str__, and we also did __repr__, but there doesn't
seem to be any particular reason for this.
mkosi/backend.py