Chromium Code Reviews| Index: third_party/pylint/__init__.py |
| diff --git a/third_party/pylint/__init__.py b/third_party/pylint/__init__.py |
| index eed1b62f64ebac4dbe8d7dafff43fc2c99e67d33..82e557dce770b849fbba4acb1f941c61a039f144 100644 |
| --- a/third_party/pylint/__init__.py |
| +++ b/third_party/pylint/__init__.py |
| @@ -15,6 +15,8 @@ |
| # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| import sys |
| +from .__pkginfo__ import version as __version__ |
| + |
| def run_pylint(): |
| """run pylint""" |
| from pylint.lint import Run |