Commit c264ae66 authored by Martin Drechsler's avatar Martin Drechsler

small change in props filenames

parent afb3839d
...@@ -5,7 +5,7 @@ from mcculw import ul ...@@ -5,7 +5,7 @@ from mcculw import ul
from mcculw.enums import BoardInfo, InfoType, ULRange, ErrorCode, ScanOptions from mcculw.enums import BoardInfo, InfoType, ULRange, ErrorCode, ScanOptions
from mcculw.ul import ULError from mcculw.ul import ULError
from propsbase import Props from props.propsbase import Props
class AnalogOutputProps(Props): class AnalogOutputProps(Props):
......
...@@ -5,7 +5,7 @@ from builtins import * # @UnusedWildImport ...@@ -5,7 +5,7 @@ from builtins import * # @UnusedWildImport
from mcculw import ul from mcculw import ul
from mcculw.enums import InfoType, BoardInfo, DigitalInfo, DigitalPortType, \ from mcculw.enums import InfoType, BoardInfo, DigitalInfo, DigitalPortType, \
DigitalIODirection, FunctionType DigitalIODirection, FunctionType
from propsbase import Props from props.propsbase import Props
from mcculw.ul import ULError 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