Files
Upsilon/apps
Léa Saviot 1635f6132b [apps/code] Fix circular importation in the variable box
Scenario (crashed only on the calculator):

script1.py
from script2 import *
a=1

script2.py
from script1 import *
b=2
2020-06-04 14:50:10 +02:00
..
2020-06-04 14:50:08 +02:00
2020-06-04 14:50:10 +02:00
2020-04-21 06:45:17 -07:00
2020-06-04 14:50:02 +02:00
2020-06-04 14:50:02 +02:00
2020-06-04 14:50:02 +02:00