From bcfda6bba1a3538a135e17c2f8c3bb5786938412 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Mon, 9 Jan 2023 23:00:00 -0500 Subject: py3compat.builtins -> stdlib builtins --- tests/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/util.py') diff --git a/tests/util.py b/tests/util.py index 951b86ce..f3efb6b0 100644 --- a/tests/util.py +++ b/tests/util.py @@ -1,4 +1,5 @@ from os.path import dirname, realpath, join +import builtins import os import struct import sys @@ -6,7 +7,6 @@ import unittest import pytest -from paramiko.py3compat import builtins from paramiko.ssh_gss import GSS_AUTH_AVAILABLE from cryptography.exceptions import UnsupportedAlgorithm, _Reasons -- cgit v1.2.3