diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-10-30 11:50:32 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-10-30 11:50:32 +0100 |
commit | 8bf5ad0f124851d82ead6f113fc21958360fc26d (patch) | |
tree | bb9bb6502a65b6d4c7a659659e67707813c17ae7 /kcc.py | |
parent | README update and version bump (diff) | |
download | kcc-8bf5ad0f124851d82ead6f113fc21958360fc26d.tar.gz kcc-8bf5ad0f124851d82ead6f113fc21958360fc26d.tar.bz2 kcc-8bf5ad0f124851d82ead6f113fc21958360fc26d.zip |
Fixed headers
Diffstat (limited to 'kcc.py')
-rw-r--r-- | kcc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcc.py b/kcc.py index c53cba3..ac383b2 100644 --- a/kcc.py +++ b/kcc.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # # Copyright (c) 2012-2013 Ciro Mattia Gonano <ciromattia@gmail.com> |