mirror of
				https://github.com/MCV-Software/TWBlue.git
				synced 2025-10-30 20:02:01 +00:00 
			
		
		
		
	
		
			
	
	
		
			9 lines
		
	
	
		
			253 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			253 B
		
	
	
	
		
			Python
		
	
	
	
	
	
|  | # -*- coding: utf-8 -*- | ||
|  | import widgetUtils | ||
|  | from wxUI.dialogs import message | ||
|  | 
 | ||
|  | class tweet(object): | ||
|  |  def __init__(self, session): | ||
|  |   super(tweet, self).__init__() | ||
|  |   self.message = message.tweet(_(u"Write the tweet here"), _(u"tweet - 0 characters"), "") | ||
|  |    |