small comment explaining gui importation section of electrum script

This commit is contained in:
Jimbo77 2012-08-22 11:36:04 -07:00
parent b027678d0e
commit 434ef95d65
1 changed files with 3 additions and 1 deletions

View File

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