BeremizIDE.py
changeset 2309 d8fb90a2e11f
parent 2255 f6a0508fa473
child 2459 21164625b393
equal deleted inserted replaced
2308:4d7cee25a474 2309:d8fb90a2e11f
    23 # along with this program; if not, write to the Free Software
    23 # along with this program; if not, write to the Free Software
    24 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    25 
    25 
    26 
    26 
    27 from __future__ import absolute_import
    27 from __future__ import absolute_import
       
    28 from __future__ import print_function
    28 import os
    29 import os
    29 import sys
    30 import sys
    30 import tempfile
    31 import tempfile
    31 import shutil
    32 import shutil
    32 import random
    33 import random