Update export_clipboard_to_x.py
This commit is contained in:
parent
d991a94451
commit
5c012ea66a
@ -12,9 +12,8 @@ import _thread
|
||||
class command():
|
||||
def __init__(self):
|
||||
pass
|
||||
def initialize(self, environment, scriptPath=''):
|
||||
def initialize(self, environment):
|
||||
self.env = environment
|
||||
self.scriptPath = scriptPath
|
||||
def shutdown(self):
|
||||
pass
|
||||
def getDescription(self):
|
||||
|
Loading…
Reference in New Issue
Block a user