Skip to content

Commit

Permalink
Update MailMonstrrr2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew310 committed Aug 6, 2015
1 parent 190203a commit cb3baa4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions MailMonstrrr2.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
#!/usr/bin/env python
# -*- coding: CP1252 -*-
#
# generated by wxGlade 0.6.8 (standalone edition) on Thu Jul 02 11:40:03 2015
#


import wx
from Interface import MyFileDropTarget
Expand Down Expand Up @@ -115,4 +111,4 @@ def SetInsertionPointEnd(self):
MailMonstrrr = MyFrame(None, wx.ID_ANY, "")
app.SetTopWindow(MailMonstrrr)
MailMonstrrr.Show()
app.MainLoop()
app.MainLoop()

0 comments on commit cb3baa4

Please sign in to comment.