Code cleanup for GUI code.
This commit is contained in:
parent
8471f13da3
commit
63471c5053
@ -23,7 +23,6 @@
|
||||
|
||||
""" Import externals """
|
||||
import wx
|
||||
import time
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
@ -308,5 +307,5 @@ class AttackWindow(wx.Frame):
|
||||
self.update(True)
|
||||
self.Refresh()
|
||||
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# vim: set ts=4 sw=4 et list lcs=tab\:>-:
|
||||
|
@ -43,3 +43,5 @@ def ScytherIcon(window):
|
||||
window.SetIcon(icon)
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# vim: set ts=4 sw=4 et list lcs=tab\:>-:
|
||||
|
@ -315,4 +315,4 @@ class MainWindow(wx.Frame):
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
# vim: set ts=4 sw=4 et list lcs=tab\:>-:
|
||||
|
@ -25,9 +25,6 @@
|
||||
import wx
|
||||
import os
|
||||
import sys
|
||||
import re
|
||||
import threading
|
||||
import StringIO
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
@ -171,3 +168,5 @@ def testImage():
|
||||
(filename,filetype) = makeImageDot(dotdata)
|
||||
testimage = Image.open(filename)
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# vim: set ts=4 sw=4 et list lcs=tab\:>-:
|
||||
|
@ -224,4 +224,5 @@ def save():
|
||||
|
||||
prefs.save()
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# vim: set ts=4 sw=4 et list lcs=tab\:>-:
|
||||
|
@ -58,3 +58,7 @@ def tempcleanearly(tuple):
|
||||
tempremove(tuple)
|
||||
|
||||
atexit.register(cleanupshop)
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# vim: set ts=4 sw=4 et list lcs=tab\:>-:
|
||||
|
Loading…
Reference in New Issue
Block a user