From f29e610460e9bb20a72620ac5625c69ce6f9353a Mon Sep 17 00:00:00 2001
From: Christian Mehlis <mehlis@inf.fu-berlin.de>
Date: Tue, 13 Aug 2013 11:42:59 +0200
Subject: [PATCH] change python shebang to python2 -> python is mostly python3

---
 dist/tools/pyterm/pyterm.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dist/tools/pyterm/pyterm.py b/dist/tools/pyterm/pyterm.py
index 26b2d87588..d01a33fb3b 100755
--- a/dist/tools/pyterm/pyterm.py
+++ b/dist/tools/pyterm/pyterm.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 
 import cmd, serial, sys, threading, readline, time, ConfigParser, logging, os
-- 
GitLab