Guest User

Untitled

a guest
May 16th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. import sublime, sublimeplugin, os, sys
  2.  
  3. from PyQt4.QtCore import *
  4. from PyQt4.QtGui import *
  5.  
  6. class TestGuiCommand(sublimeplugin.TextCommand):
  7. """ PyQt for """
  8.  
  9. def run(self, view, args):
  10. print 'arst'
  11. print args
Add Comment
Please, Sign In to add comment