mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 15:42:10 +03:00
fix export/import self-key roundtrip
This commit is contained in:
@@ -503,6 +503,9 @@ def lp():
|
||||
def step(self, msg):
|
||||
print("-" * 5, "step " + msg, "-" * 5)
|
||||
|
||||
def indent(self, msg):
|
||||
print(" " + msg)
|
||||
|
||||
return Printer()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user