Chromium Code Reviews| Index: third_party/logilab/common/dbf.py |
| diff --git a/third_party/logilab/common/dbf.py b/third_party/logilab/common/dbf.py |
| index bb1b9e666968b20b2fac71279a569e49c0b4de52..8def2d2e98d2ef5e08734af8ff0a4df35991d3b8 100644 |
| --- a/third_party/logilab/common/dbf.py |
| +++ b/third_party/logilab/common/dbf.py |
| @@ -36,8 +36,7 @@ import os, os.path |
| import sys |
| import csv |
| import tempfile |
| - |
| -from six.moves import range |
| +import ConfigParser |
| class Dbase: |
| def __init__(self): |