BeremizIDE.py
changeset 1680 6db967480b7d
parent 1662 8816f7316d9c
child 1684 1447424a7029
--- a/BeremizIDE.py	Wed Apr 12 10:20:01 2017 +0000
+++ b/BeremizIDE.py	Thu Apr 20 13:01:45 2017 +0300
@@ -30,9 +30,10 @@
 import random
 import time
 import version
+import util.paths as paths
 from types import ListType
 
-beremiz_dir = os.path.dirname(os.path.realpath(__file__))
+beremiz_dir = paths.AbsDir(__file__)
 
 def Bpath(*args):
     return os.path.join(beremiz_dir,*args)