From: jcorgan Date: Tue, 31 Jul 2007 04:04:45 +0000 (+0000) Subject: Fix missed usrpm conversion. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=367c10ecfcb7955ac923322c20be89d4b77dbedd;p=debian%2Fgnuradio Fix missed usrpm conversion. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6089 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/usrp/host/apps/burn-db-eeprom b/usrp/host/apps/burn-db-eeprom index 413ee926..245a24e3 100755 --- a/usrp/host/apps/burn-db-eeprom +++ b/usrp/host/apps/burn-db-eeprom @@ -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 # @@ -20,10 +20,10 @@ # 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 } diff --git a/usrp/host/apps/burn-serial-number b/usrp/host/apps/burn-serial-number index 50e35290..f9a2a86a 100755 --- a/usrp/host/apps/burn-serial-number +++ b/usrp/host/apps/burn-serial-number @@ -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