Create remove_clipboard_marks

This commit is contained in:
chrys87 2016-08-23 13:18:14 +02:00 committed by GitHub
parent e8ed9d7dab
commit c677d7b761

View File

@ -0,0 +1,13 @@
#!/bin/python
class command():
def __init__(self):
pass
def run(self, environment):
environment['commandBuffer']['clipboardMark']['1'] = None
environment['commandBuffer']['clipboardMark']['2'] = None
return environment
def setCallback(self, callback):
pass
def shutdown(self):
pass