KyleBenson / scale_client

The Python-based SCALE Client software for acquiring data from various sensors (i.e. via Raspberry Pi platform), processing it, and sharing it through multiple networks and data exchange protocols.
http://scale.ics.uci.edu/
Other
4 stars 8 forks source link

Sensor.type() should be Sensor.get_type() #13

Closed KyleBenson closed 10 years ago

KyleBenson commented 10 years ago

type is a Python keyword and so this function should be refactored to be get_type()

bfrggit commented 10 years ago

Fixed.