no need of shellbang line
This commit is contained in:
parent
ada3189fd9
commit
f55a3f94ca
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
## common/hub.py
|
||||
##
|
||||
## Gajim Team:
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
## common/i18n.py
|
||||
##
|
||||
## Gajim Team:
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
## common/optparser.py
|
||||
##
|
||||
## Gajim Team:
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
## common/plugin.py
|
||||
##
|
||||
## Gajim Team:
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
"""A Quick class to tell if theres any activity on your machine"""
|
||||
|
||||
import time
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
## common/thread.py
|
||||
##
|
||||
## Gajim Team:
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
## core/core.py
|
||||
##
|
||||
## Gajim Team:
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
## plugins/config.py
|
||||
##
|
||||
## Gajim Team:
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
## plugins/dialogs.py
|
||||
##
|
||||
## Gajim Team:
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
## plugins/gtkgui.py
|
||||
##
|
||||
## Gajim Team:
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
## plugins/logger.py
|
||||
##
|
||||
## Gajim Team:
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
## plugins/sock.py
|
||||
##
|
||||
## Gajim Team:
|
||||
|
|
Loading…
Reference in New Issue