summaryrefslogtreecommitdiff
path: root/checkers/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'checkers/utils.py')
-rw-r--r--checkers/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkers/utils.py b/checkers/utils.py
index 975ac15..8f02ac0 100644
--- a/checkers/utils.py
+++ b/checkers/utils.py
@@ -19,7 +19,7 @@
"""
from logilab import astng
-from logilab.common.compat import set, builtins
+from logilab.common.compat import builtins
BUILTINS_NAME = builtins.__name__
try: