diff options
| author | Josh Blum <josh@joshknows.com> | 2010-08-11 11:18:50 -0700 |
|---|---|---|
| committer | Josh Blum <josh@joshknows.com> | 2010-08-11 11:18:50 -0700 |
| commit | 9503c5101007ba1261b8d23ee6a17305bbaa6f2a (patch) | |
| tree | 1bd68ede7048f2199eeffdb5f700dd53e26f8f78 /host/utils/usrp2_card_burner_gui.py | |
| parent | e581e0af0ab0387b03e20c5eadec157bcbb777ca (diff) | |
| parent | 9e419c7b7f35062ceb2ed4e508cadb163067593f (diff) | |
| download | uhd-9503c5101007ba1261b8d23ee6a17305bbaa6f2a.tar.gz uhd-9503c5101007ba1261b8d23ee6a17305bbaa6f2a.tar.bz2 uhd-9503c5101007ba1261b8d23ee6a17305bbaa6f2a.zip | |
Merge branch 'changes'
Diffstat (limited to 'host/utils/usrp2_card_burner_gui.py')
| -rwxr-xr-x | host/utils/usrp2_card_burner_gui.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/utils/usrp2_card_burner_gui.py b/host/utils/usrp2_card_burner_gui.py index 61fbadbe3..58b7a514a 100755 --- a/host/utils/usrp2_card_burner_gui.py +++ b/host/utils/usrp2_card_burner_gui.py @@ -17,7 +17,7 @@ # import usrp2_card_burner #import implementation -import Tkinter, Tkconstants, tkFileDialog, tkFont, tkMessageBox +import Tkinter, tkFileDialog, tkFont, tkMessageBox import os class BinFileEntry(Tkinter.Frame): @@ -53,7 +53,7 @@ class BinFileEntry(Tkinter.Frame): class DeviceEntryWidget(Tkinter.Frame): """ - Simple entry widget for getting the raw device name. + Simple entry widget for getting the raw device name. Combines a label, entry, and helpful text box with hints. """ |
