Commit afb3839d authored by Martin Drechsler's avatar Martin Drechsler

added propsbase file which was needed in windows

parent 8baee562
......@@ -5,7 +5,7 @@ from mcculw import ul
from mcculw.enums import BoardInfo, InfoType, ULRange, ErrorCode, ScanOptions
from mcculw.ul import ULError
from examples.props.propsbase import Props
from propsbase import Props
class AnalogOutputProps(Props):
......
......@@ -5,7 +5,7 @@ from builtins import * # @UnusedWildImport
from mcculw import ul
from mcculw.enums import InfoType, BoardInfo, DigitalInfo, DigitalPortType, \
DigitalIODirection, FunctionType
from examples.props.propsbase import Props
from propsbase import Props
from mcculw.ul import ULError
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment