Fix typo in pigoiod import

This commit is contained in:
Ben Nuttall
2016-06-05 13:00:24 +01:00
parent 4471082e97
commit 8b81057f8b

View File

@@ -43,7 +43,7 @@ except ImportError:
pin_factory = RPIOPin
except ImportError:
try:
from .pins.pigipod import PiGPIOPin
from .pins.pigpiod import PiGPIOPin
pin_factory = PiGPIOPin
except ImportError:
from .pins.native import NativePin