tsmall comment explaining gui importation section of electrum script - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 434ef95d65c364722238ebabca6fd4c478a06d92 DIR parent b027678d0e95d0a048fd366b8eb9e6c9c3ab7891 HTML Author: Jimbo77 <onlineregular@gmail.com> Date: Wed, 22 Aug 2012 11:36:04 -0700 small comment explaining gui importation section of electrum script Diffstat: M electrum | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- DIR diff --git a/electrum b/electrum t@@ -126,7 +126,9 @@ if __name__ == '__main__': else: cmd = args[0] firstarg = args[1] if len(args) > 1 else '' - + + #this entire if/else block is just concerned with importing the + #right GUI toolkit based the GUI command line option given if cmd == 'gui': if options.gui=='gtk':