summaryrefslogtreecommitdiffstats
path: root/Reaktor
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2014-03-19 19:35:54 +0100
committermakefu <github@syntax-fehler.de>2014-03-19 19:36:38 +0100
commitdac1785de2a5f1217f6e47b765553ad3f277d0cc (patch)
treef14f2b9f73415448a876f10be4d741ae9b82558f /Reaktor
parent9acc67ee5d32dff4c6c3485a4ee4910b0be1dad4 (diff)
add shebang to reaktor.py
Diffstat (limited to 'Reaktor')
-rw-r--r--Reaktor/IRC/reaktor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Reaktor/IRC/reaktor.py b/Reaktor/IRC/reaktor.py
index 990d47e5..4fb8f75c 100644
--- a/Reaktor/IRC/reaktor.py
+++ b/Reaktor/IRC/reaktor.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
import os
from ircasy import asybot
from asyncore import loop