util/paths.py
branchwxPython4
changeset 3501 fa291393aac7
parent 2736 a81b72ef156c
child 3502 a35bf9c585cf
equal deleted inserted replaced
3491:88c4b18453d5 3501:fa291393aac7
    53     """
    53     """
    54     Return folder where to find sibling projects like Modbus, CanFestival, BACnet
    54     Return folder where to find sibling projects like Modbus, CanFestival, BACnet
    55     """
    55     """
    56     return os.path.join(AbsParentDir(__file__, 2), name)
    56     return os.path.join(AbsParentDir(__file__, 2), name)
    57 
    57 
       
    58 def Bpath(name):
       
    59     """
       
    60     Return path of files in Beremiz project
       
    61     """
       
    62     return os.path.join(AbsParentDir(__file__, 1), name)