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 pin_factory = RPIOPin
except ImportError: except ImportError:
try: try:
from .pins.pigipod import PiGPIOPin from .pins.pigpiod import PiGPIOPin
pin_factory = PiGPIOPin pin_factory = PiGPIOPin
except ImportError: except ImportError:
from .pins.native import NativePin from .pins.native import NativePin