From b3b80f1b1ed618a084c327a31780bf90f31a4cd1 Mon Sep 17 00:00:00 2001 From: bug Lady Date: Thu, 28 Nov 2019 09:49:38 +0000 Subject: [PATCH] Updated 7 traps & gotchas (markdown) --- 7-traps-&-gotchas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7-traps-&-gotchas.md b/7-traps-&-gotchas.md index 7509cf0..f2237df 100644 --- a/7-traps-&-gotchas.md +++ b/7-traps-&-gotchas.md @@ -5,7 +5,7 @@ this is a woefully incomplete attempt to list a few "rough edges" of pyBM, which * https://github.com/Bitmessage/PyBitmessage/blob/v0.6/src/bitmessagecli.py is a CLI app to run BM which works only in /src/ move it away into some "attic" dir to avoid confusion and unclutter /src/ from "chaff". -* bitmessageui**.ui **in v0.6 is outdated and not used long ago. If you want to edit xml, use https://github.com/g1itch/PyBitmessage/tree/ui-refactoring +* bitmessageui.ui in v0.6 is outdated and not used long ago. If you want to edit xml, use https://github.com/g1itch/PyBitmessage/tree/ui-refactoring Though it has translation problems. using ` pyuic4 /src/bitmessageqt/bitmessageui.ui -o src/bitmessageqt/bitmessageui.py ` after editing with Qt4-Designer will break the whole app now.