Code cleanup for GUI code.

This commit is contained in:
Cas Cremers
2008-08-27 10:02:20 +02:00
parent 8471f13da3
commit 63471c5053
6 changed files with 13 additions and 8 deletions

View File

@@ -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\:>-: