Fixed imports.

This commit is contained in:
Bill Dengler
2015-04-19 19:28:27 -04:00
parent 109635b8f4
commit ddf9d29b7d
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
import wx
import application
def retweet_question(parent):
return wx.MessageDialog(parent, _(u"Would you like to add a comment to this tweet?"), _("Retweet"), wx.YES_NO|wx.CANCEL|wx.ICON_QUESTION).ShowModal()