From 2e5d089eda127976bd9527ab472bdadd4891ca8e Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Thu, 22 Jul 2010 22:24:29 +0000 Subject: remove useless shebangs. Fixed 1669 --- src/config.py | 1 - src/connection.py | 1 - src/gui.py | 1 - src/keyboard.py | 1 - src/logging.py | 1 - src/message.py | 1 - src/multiuserchat.py | 2 -- src/room.py | 1 - src/singleton.py | 2 -- src/user.py | 1 - src/window.py | 1 - 11 files changed, 13 deletions(-) diff --git a/src/config.py b/src/config.py index 2a550af3..5d91dd2d 100644 --- a/src/config.py +++ b/src/config.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding:utf-8 -*- # # Copyright 2009 chickenzilla diff --git a/src/connection.py b/src/connection.py index 8faf0125..c2af4446 100644 --- a/src/connection.py +++ b/src/connection.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding:utf-8 -*- # # Copyright 2010 Le Coz Florent diff --git a/src/gui.py b/src/gui.py index 4c95566f..6e0d33e1 100644 --- a/src/gui.py +++ b/src/gui.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding:utf-8 -*- # # Copyright 2010 Le Coz Florent diff --git a/src/keyboard.py b/src/keyboard.py index 4c677e79..8e341bc6 100644 --- a/src/keyboard.py +++ b/src/keyboard.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding:utf-8 -*- # # Copyright 2010 Le Coz Florent diff --git a/src/logging.py b/src/logging.py index a3321cdf..d2b7e61a 100644 --- a/src/logging.py +++ b/src/logging.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding:utf-8 -*- # # Copyright 2010 Le Coz Florent diff --git a/src/message.py b/src/message.py index 1ce16bd0..c5d3d47e 100644 --- a/src/message.py +++ b/src/message.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding:utf-8 -*- # # Copyright 2010 Le Coz Florent diff --git a/src/multiuserchat.py b/src/multiuserchat.py index d2598397..431b33a8 100644 --- a/src/multiuserchat.py +++ b/src/multiuserchat.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2009, 2010 Erwan Briand # Copyright 2010, Florent Le Coz diff --git a/src/room.py b/src/room.py index f329ea1c..a5134122 100644 --- a/src/room.py +++ b/src/room.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding:utf-8 -*- # # Copyright 2010 Le Coz Florent diff --git a/src/singleton.py b/src/singleton.py index 4390bc0e..312d6d50 100644 --- a/src/singleton.py +++ b/src/singleton.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2009, 2010 Erwan Briand # Copyright 2010, Florent Le Coz diff --git a/src/user.py b/src/user.py index 82a50dda..ce43aefa 100644 --- a/src/user.py +++ b/src/user.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding:utf-8 -*- # # Copyright 2010 Le Coz Florent diff --git a/src/window.py b/src/window.py index 0177b5a0..c33601de 100644 --- a/src/window.py +++ b/src/window.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding:utf-8 -*- # # Copyright 2010 Le Coz Florent -- cgit v1.2.3