Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2004-12-19 18:26:43 +0300
committerYann Leboulanger <asterix@lagaule.org>2004-12-19 18:26:43 +0300
commitf55a3f94ca2ba25b95d3e5671335f57cbe165493 (patch)
treea135b32c8cf146e5a922bd8c170d9ca4af82dab7 /common
parentada3189fd9d9da6bdf6010a7f91731cd5f2531dc (diff)
no need of shellbang line
Diffstat (limited to 'common')
-rw-r--r--common/hub.py1
-rw-r--r--common/i18n.py1
-rw-r--r--common/optparser.py1
-rw-r--r--common/plugin.py1
-rw-r--r--common/sleepy.py1
-rw-r--r--common/thread.py1
6 files changed, 0 insertions, 6 deletions
diff --git a/common/hub.py b/common/hub.py
index f52a754b6..b0602dc9c 100644
--- a/common/hub.py
+++ b/common/hub.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
## common/hub.py
##
## Gajim Team:
diff --git a/common/i18n.py b/common/i18n.py
index b8df999ee..e84545964 100644
--- a/common/i18n.py
+++ b/common/i18n.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
## common/i18n.py
##
## Gajim Team:
diff --git a/common/optparser.py b/common/optparser.py
index 5120506fb..6940643b3 100644
--- a/common/optparser.py
+++ b/common/optparser.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
## common/optparser.py
##
## Gajim Team:
diff --git a/common/plugin.py b/common/plugin.py
index c4927a387..f58cb58f8 100644
--- a/common/plugin.py
+++ b/common/plugin.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
## common/plugin.py
##
## Gajim Team:
diff --git a/common/sleepy.py b/common/sleepy.py
index 52812ef9c..b1a323376 100644
--- a/common/sleepy.py
+++ b/common/sleepy.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
"""A Quick class to tell if theres any activity on your machine"""
import time
diff --git a/common/thread.py b/common/thread.py
index 13ba44542..684422acc 100644
--- a/common/thread.py
+++ b/common/thread.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
## common/thread.py
##
## Gajim Team: