Browse Source

small comment explaining gui importation section of electrum script

283
Jimbo77 13 years ago
parent
commit
434ef95d65
  1. 4
      electrum

4
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':

Loading…
Cancel
Save