From 12684d65624b0b0f694ebac6925cbafcae505182 Mon Sep 17 00:00:00 2001 From: Paweł Jastrzębski Date: Tue, 20 Jan 2015 21:45:22 +0100 Subject: Code cleanup --- kcc.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'kcc.py') diff --git a/kcc.py b/kcc.py index 589fedf..f9ca259 100755 --- a/kcc.py +++ b/kcc.py @@ -18,11 +18,6 @@ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -__version__ = '4.4.1' -__license__ = 'ISC' -__copyright__ = '2012-2015, Ciro Mattia Gonano , Pawel Jastrzebski ' -__docformat__ = 'restructuredtext en' - import sys if sys.version_info[0] != 3: print('ERROR: This is Python 3 script!') -- cgit 1.4.1