From 6357df0b1f0e3fd51162a040e69636fb7567f039 Mon Sep 17 00:00:00 2001 From: schneefux Date: Wed, 10 Sep 2014 15:42:47 +0200 Subject: Remove Shebangs from modules not meant to be executed directly See https://github.com/jasperproject/jasper-client/pull/154#issuecomment-54882839 for more info. --- client/mic.py | 1 - 1 file changed, 1 deletion(-) (limited to 'client/mic.py') diff --git a/client/mic.py b/client/mic.py index 9e0914b..096610d 100644 --- a/client/mic.py +++ b/client/mic.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python2 # -*- coding: utf-8-*- """ The Mic class handles all interactions with the microphone and speaker. -- cgit v1.3.1