Skip to content

Commit 28de852

Browse files
committed
Update Adafruit_I2C to use new-style classes
1 parent 501c1ce commit 28de852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_I2C/Adafruit_I2C.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Adafruit_I2C Class
77
# ===========================================================================
88

9-
class Adafruit_I2C :
9+
class Adafruit_I2C(object):
1010

1111
@staticmethod
1212
def getPiRevision():

0 commit comments

Comments
 (0)