diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2014-01-15 10:22:54 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2014-01-15 10:23:44 +0100 |
commit | 878e92b5278085c3b09939cdc0dd8ff162147a63 (patch) | |
tree | d160c444233d9f35e9019133a855bdf6ce031275 /kcc.py | |
parent | Updated rarfile (diff) | |
download | kcc-878e92b5278085c3b09939cdc0dd8ff162147a63.tar.gz kcc-878e92b5278085c3b09939cdc0dd8ff162147a63.tar.bz2 kcc-878e92b5278085c3b09939cdc0dd8ff162147a63.zip |
Added proper startup scripts
Hacks that allow standalone startup of script inside module are messy.
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 f7bd864..4ebd829 100644 --- a/kcc.py +++ b/kcc.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # # Copyright (c) 2012-2013 Ciro Mattia Gonano <ciromattia@gmail.com> |