no need of shellbang line

This commit is contained in:
Yann Leboulanger 2004-12-19 15:26:43 +00:00
parent ada3189fd9
commit f55a3f94ca
12 changed files with 0 additions and 12 deletions

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
## common/hub.py ## common/hub.py
## ##
## Gajim Team: ## Gajim Team:

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
## common/i18n.py ## common/i18n.py
## ##
## Gajim Team: ## Gajim Team:

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
## common/optparser.py ## common/optparser.py
## ##
## Gajim Team: ## Gajim Team:

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
## common/plugin.py ## common/plugin.py
## ##
## Gajim Team: ## Gajim Team:

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
"""A Quick class to tell if theres any activity on your machine""" """A Quick class to tell if theres any activity on your machine"""
import time import time

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
## common/thread.py ## common/thread.py
## ##
## Gajim Team: ## Gajim Team:

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
## core/core.py ## core/core.py
## ##
## Gajim Team: ## Gajim Team:

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
## plugins/config.py ## plugins/config.py
## ##
## Gajim Team: ## Gajim Team:

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
## plugins/dialogs.py ## plugins/dialogs.py
## ##
## Gajim Team: ## Gajim Team:

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
## plugins/gtkgui.py ## plugins/gtkgui.py
## ##
## Gajim Team: ## Gajim Team:

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
## plugins/logger.py ## plugins/logger.py
## ##
## Gajim Team: ## Gajim Team:

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
## plugins/sock.py ## plugins/sock.py
## ##
## Gajim Team: ## Gajim Team: