WebKitTools/Scripts/webkitpy/__init__.py
changeset 0 4f2f89ce4247
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     1 # Required for Python to search this directory for module files
       
     2 
       
     3 # Keep this file free of any code or import statements that could
       
     4 # cause either an error to occur or a log message to be logged.
       
     5 # This ensures that calling code can import initialization code from
       
     6 # webkitpy before any errors or log messages due to code in this file.
       
     7 # Initialization code can include things like version-checking code and
       
     8 # logging configuration code.
       
     9 #
       
    10 # We do not execute any version-checking code or logging configuration
       
    11 # code in this file so that callers can opt-in as they want.  This also
       
    12 # allows different callers to choose different initialization code,
       
    13 # as necessary.