Update export_clipboard_to_x.py

This commit is contained in:
chrys 2018-09-10 15:07:05 +02:00 committed by GitHub
parent d991a94451
commit 5c012ea66a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):