mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 17:52:02 +02:00
Make the tests into a package
Useful to make the tests runnable in a frozen build.
This commit is contained in:
@@ -26,11 +26,6 @@ except ImportError:
|
||||
Image = None
|
||||
|
||||
|
||||
def relpath(name):
|
||||
base = os.path.dirname(os.path.abspath(__file__))
|
||||
return os.path.join(base, name)
|
||||
|
||||
|
||||
def send_command(screen, cmd, payload=b''):
|
||||
cmd = '\033_G' + cmd
|
||||
if payload:
|
||||
|
||||
Reference in New Issue
Block a user