mirror of
https://github.com/RaiMan/SikuliX1.git
synced 2023-06-02 10:04:55 +03:00
Python: useRemote(): not implemented
This commit is contained in:
@@ -2,19 +2,13 @@
|
||||
|
||||
from __future__ import with_statement
|
||||
|
||||
from future.types.newstr import unicode
|
||||
|
||||
from org.sikuli.basics import Debug as JDebug
|
||||
|
||||
|
||||
class Debug(JDebug):
|
||||
pass
|
||||
|
||||
|
||||
Debug.log(3, "Jython: starting init")
|
||||
import time
|
||||
# import __builtin__
|
||||
# import __main__
|
||||
import sys
|
||||
import os
|
||||
import inspect
|
||||
|
||||
Reference in New Issue
Block a user