BeremizIDE.py
branchpython3
changeset 3752 9f6f46dbe3ae
parent 3750 f62625418bff
child 3755 ca814b175391
equal deleted inserted replaced
3751:a80a66ba52d6 3752:9f6f46dbe3ae
    22 # You should have received a copy of the GNU General Public License
    22 # You should have received a copy of the GNU General Public License
    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 
       
    28 
       
    29 import os
    27 import os
    30 import sys
    28 import sys
    31 import shutil
    29 import shutil
    32 import time
    30 import time
    33 import signal
    31 import signal
    34 from time import time as gettime
    32 from time import time as gettime
    35 from threading import Lock, Timer, currentThread
    33 from threading import Lock, Timer, currentThread
    36 
    34 
    37 from six.moves import cPickle, xrange
    35 from six.moves import cPickle
    38 import wx.lib.buttons
    36 import wx.lib.buttons
    39 import wx.lib.statbmp
    37 import wx.lib.statbmp
    40 import wx.stc
    38 import wx.stc
    41 import wx.adv
    39 import wx.adv
    42 
    40