Support for shorten and unshorten URL's on tweets has been added

This commit is contained in:
2014-11-15 19:40:19 -06:00
parent 05dc8e5a31
commit cd0aab90ef
3 changed files with 58 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ NO = wx.ID_NO
#events
CLOSE_EVENT = wx.EVT_CLOSE
BUTTON_PRESSED = wx.EVT_BUTTON
ENTERED_TEXT = wx.EVT_TEXT
def exit_application():
wx.GetApp().ExitMainLoop()