small comment explaining gui importation section of electrum script
authorJimbo77 <onlineregular@gmail.com>
Wed, 22 Aug 2012 18:36:04 +0000 (11:36 -0700)
committerJimbo77 <onlineregular@gmail.com>
Wed, 22 Aug 2012 18:36:04 +0000 (11:36 -0700)
electrum

index bd9bb72..7d5e22f 100755 (executable)
--- 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':