aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/usrp2_card_burner_gui.py
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-08-10 11:47:49 -0700
committerJosh Blum <josh@joshknows.com>2010-08-10 11:47:49 -0700
commit97624cfedca581ff34a3f932cccf20a84b2714dd (patch)
treeabef46122f7962b127cf9ca0e3b61fe3ec5929b7 /host/utils/usrp2_card_burner_gui.py
parentf6c3178c7ce7b255c3bcf9ade6d9d61b5de79ae1 (diff)
downloaduhd-97624cfedca581ff34a3f932cccf20a84b2714dd.tar.gz
uhd-97624cfedca581ff34a3f932cccf20a84b2714dd.tar.bz2
uhd-97624cfedca581ff34a3f932cccf20a84b2714dd.zip
usrp2: work on card burner to pad the image file before a write
Diffstat (limited to 'host/utils/usrp2_card_burner_gui.py')
-rwxr-xr-xhost/utils/usrp2_card_burner_gui.py4
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.
"""