[chirp_devel] [PATCH 2 of 3] Change chirp_common.Radio to new-style class. Needed for #553

Tom Hayward
Thu Feb 21 13:58:36 PST 2013


# HG changeset patch
# User Tom Hayward <tom at tomh.us>
# Date 1361483885 28800
# Node ID 539c7d8f0a972b2780f6707bcf4a41cd2aaa160b
# Parent  169fa6015eb76d265fc24b2f705fcc40f8bac6e5
Change chirp_common.Radio to new-style class. Needed for #553

diff -r 169fa6015eb7 -r 539c7d8f0a97 chirp/chirp_common.py
--- a/chirp/chirp_common.py	Thu Feb 21 13:54:49 2013 -0800
+++ b/chirp/chirp_common.py	Thu Feb 21 13:58:05 2013 -0800
@@ -903,7 +903,7 @@
     """A fatal error during memory validation"""
     pass
 
-class Radio:
+class Radio(object):
     """Base class for all Radio drivers"""
     BAUD_RATE = 9600
     HARDWARE_FLOW = False



More information about the chirp_devel mailing list