Added __builtns__ extender logc

This commit is contained in:
2021-10-10 23:28:19 -05:00
parent f96974d79e
commit 9126d0a5ec
3 changed files with 10 additions and 1 deletions

View File

@@ -19,6 +19,8 @@ class Signals(DummyMixin):
self.settings = settings
self.builder = self.settings.returnBuilder()
hello_world() # A global method from the __builtins__ file that added it
def getClipboardData(self):
proc = subprocess.Popen(['xclip','-selection', 'clipboard', '-o'], stdout=subprocess.PIPE)