diff options
Diffstat (limited to 'checkers/utils.py')
| -rw-r--r-- | checkers/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/checkers/utils.py b/checkers/utils.py index 1d8b1f352..00e3577c6 100644 --- a/checkers/utils.py +++ b/checkers/utils.py @@ -19,6 +19,7 @@ """ from logilab import astng +from logilab.common.compat import set try: # python >= 2.4 |
