Removed redundant weakref references

Also tweaked a couple of minor bits (SPI bus init mask) and unused
_get_address override
This commit is contained in:
Dave Jones
2016-10-21 10:43:58 +01:00
parent ce6217c14f
commit 4d79dc74db
6 changed files with 7 additions and 9 deletions

View File

@@ -8,7 +8,6 @@ str = type('')
import warnings
import weakref
import RPIO
import RPIO.PWM
from RPIO.Exceptions import InvalidChannelException