From 434ef95d65c364722238ebabca6fd4c478a06d92 Mon Sep 17 00:00:00 2001 From: Jimbo77 Date: Wed, 22 Aug 2012 11:36:04 -0700 Subject: [PATCH] small comment explaining gui importation section of electrum script --- electrum | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/electrum b/electrum index bd9bb7288..7d5e22f49 100755 --- a/electrum +++ b/electrum @@ -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':