Fix missed usrpm conversion.
authorjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Tue, 31 Jul 2007 04:04:45 +0000 (04:04 +0000)
committerjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Tue, 31 Jul 2007 04:04:45 +0000 (04:04 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6089 221aa14e-8319-0410-a670-987f0aec2ac5

usrp/host/apps/burn-db-eeprom
usrp/host/apps/burn-serial-number

index 413ee9260b26b860aa0e898f32f8d181b494a835..245a24e30357929d651fe4f20800661335dbafae 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright 2005 Free Software Foundation, Inc.
+# Copyright 2005,2007 Free Software Foundation, Inc.
 # 
 # This file is part of GNU Radio
 # 
 # Boston, MA 02110-1301, USA.
 # 
 
-from usrp_prims import *
+from usrpm.usrp_prims import *
 from optparse import OptionParser
 import sys
-from usrp_dbid import *
+from usrpm.usrp_dbid import *
 
 i2c_addr_map = { 'TX_A' : 0x54,    'RX_A' : 0x55,    'TX_B' : 0x56,    'RX_B' : 0x57 }
 
index 50e35290f38c69be4a07e0ead2dcf39a5006f545..f9a2a86a53b07348a4fad7b0f9d369709ce06844 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright 2006 Free Software Foundation, Inc.
+# Copyright 2006,2007 Free Software Foundation, Inc.
 # 
 # This file is part of GNU Radio
 # 
@@ -20,7 +20,7 @@
 # Boston, MA 02110-1301, USA.
 # 
 
-from usrp_prims import *
+from usrpm.usrp_prims import *
 from optparse import OptionParser
 import sys
 import time