1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 09:46:25 +00:00

Added proper startup scripts

Hacks that allow standalone startup of script inside module are messy.
This commit is contained in:
Paweł Jastrzębski
2014-01-15 10:22:54 +01:00
parent 116dce09fd
commit 878e92b527
7 changed files with 69 additions and 28 deletions

2
kcc.py
View File

@@ -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>