util/paths.py
branchwxPython4
changeset 3501 fa291393aac7
parent 2736 a81b72ef156c
child 3502 a35bf9c585cf
--- a/util/paths.py	Mon May 30 15:30:51 2022 +0200
+++ b/util/paths.py	Mon Jun 13 18:05:12 2022 +0200
@@ -55,3 +55,8 @@
     """
     return os.path.join(AbsParentDir(__file__, 2), name)
 
+def Bpath(name):
+    """
+    Return path of files in Beremiz project
+    """
+    return os.path.join(AbsParentDir(__file__, 1), name)