From ad6fa9018b6bbf77eb90b02f398d7adb3eb8ad2b Mon Sep 17 00:00:00 2001
From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= <Talip-Baris.Metin@sophia.inria.fr>
Date: Mon, 30 Nov 2009 23:32:40 +0000
Subject: [PATCH] shebang python...

---
 commands/reboot.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/commands/reboot.py b/commands/reboot.py
index 8b373d2..92e0f69 100755
--- a/commands/reboot.py
+++ b/commands/reboot.py
@@ -1,3 +1,5 @@
+#!/usr/bin/python
+
 from monitor.reboot import *
 
 def main():
-- 
2.47.0