From c067e3258864d5c3bcaf03beee3ff6744cd03fae Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Mon, 3 Feb 2020 17:59:46 -0300 Subject: Fix things up --- testing/test_abdl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/test_abdl.py') diff --git a/testing/test_abdl.py b/testing/test_abdl.py index f9eedcc..2cea90d 100644 --- a/testing/test_abdl.py +++ b/testing/test_abdl.py @@ -15,7 +15,7 @@ import traceback abdl.DeprecationError.enable_key_match_compat = False # use abdl's _pairs for consistency. -pairs = abdl._pairs +pairs = abdl._vm._pairs # do not put integers, floats, etc here # do not put bytes, they iterate as integers -- cgit 1.4.1