src/modules/lint/engine.py
changeset 2493 5db1603f0c3f
parent 2488 010931d9cabe
child 2500 a63fead21404
equal deleted inserted replaced
2492:41794fa860e3 2493:5db1603f0c3f
    37 import os
    37 import os
    38 import shutil
    38 import shutil
    39 import sys
    39 import sys
    40 
    40 
    41 PKG_CLIENT_NAME = "pkglint"
    41 PKG_CLIENT_NAME = "pkglint"
    42 CLIENT_API_VERSION = 64
    42 CLIENT_API_VERSION = 65
    43 pkg.client.global_settings.client_name = PKG_CLIENT_NAME
    43 pkg.client.global_settings.client_name = PKG_CLIENT_NAME
    44 
    44 
    45 class LintEngineException(Exception):
    45 class LintEngineException(Exception):
    46         """An exception thrown when something fatal goes wrong with the engine.
    46         """An exception thrown when something fatal goes wrong with the engine.
    47             """
    47             """