summaryrefslogtreecommitdiff
path: root/py/tests/db.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/tests/db.py')
-rwxr-xr-xpy/tests/db.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/py/tests/db.py b/py/tests/db.py
index 772b4fc..20f4236 100755
--- a/py/tests/db.py
+++ b/py/tests/db.py
@@ -51,11 +51,11 @@ crtc.set_mode(conn, fliphandler.fb1, mode)
fliphandler.handle_page_flip(0, 0)
-def readdrm(conn, mask):
+def readdrm(fileobj, mask):
#print("EVENT");
card.call_page_flip_handlers()
-def readkey(conn, mask):
+def readkey(fileobj, mask):
#print("KEY EVENT");
sys.stdin.readline()
exit(0)