³ò
J3IHc           @   s   d  Z  d Z d S(   s[  
Copyright (c) 2001, MetaSlash Inc.  All rights reserved.

PyChecker is a tool for finding common bugs in python source code.
It finds problems that are typically caught by a compiler for less
dynamic languages, like C and C++.  It is also similar to lint.

Contact Info:
  http://pychecker.sourceforge.net/
  pychecker-list@lists.sourceforge.net
i   N(   t   __doc__t   MAIN_MODULE_VERSION(    (    (    s(   C:\py\_spe\plugins\pychecker\__init__.pys   <module>   s   