commit 434ef95d65c364722238ebabca6fd4c478a06d92
parent b027678d0e95d0a048fd366b8eb9e6c9c3ab7891
Author: Jimbo77 <onlineregular@gmail.com>
Date: Wed, 22 Aug 2012 11:36:04 -0700
small comment explaining gui importation section of electrum script
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git 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':