diff options
author | makefu <github@syntax-fehler.de> | 2014-03-19 19:35:54 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2014-03-19 19:36:38 +0100 |
commit | 5db09e09290a60fc269939cf8a421715d9469c91 (patch) | |
tree | d19ecad8f5fb716e4905e1c48a945284c9953689 /IRC | |
parent | 3bd999fb97c86e2576c5e18d41d34b0c77abd8e1 (diff) |
add shebang to reaktor.py
Diffstat (limited to 'IRC')
-rw-r--r-- | IRC/reaktor.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IRC/reaktor.py b/IRC/reaktor.py index 990d47e..4fb8f75 100644 --- a/IRC/reaktor.py +++ b/IRC/reaktor.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python import os from ircasy import asybot from asyncore import loop |