Change shebangs from python2.7 to python.

This commit is contained in:
Eklavya Sharma 2016-04-07 18:33:22 +05:30 committed by Tim Abbott
parent 03adee4c19
commit a21cb61b3f
43 changed files with 43 additions and 43 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# zulip-send -- Sends a message to the specified recipients. # zulip-send -- Sends a message to the specified recipients.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
from __future__ import print_function from __future__ import print_function
from __future__ import absolute_import from __future__ import absolute_import
import sys import sys

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
from __future__ import print_function from __future__ import print_function
import sys import sys
import time import time

View file

@ -1,4 +1,4 @@
#! /usr/bin/env python2.7 #!/usr/bin/env python
# #
# EXPERIMENTAL # EXPERIMENTAL
# IRC <=> Zulip mirroring bot # IRC <=> Zulip mirroring bot

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# Copyright (C) 2014 Zulip, Inc. # Copyright (C) 2014 Zulip, Inc.
# #
# Permission is hereby granted, free of charge, to any person # Permission is hereby granted, free of charge, to any person

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# #
# Copyright (C) 2013 Permabit, Inc. # Copyright (C) 2013 Permabit, Inc.
# Copyright (C) 2013--2014 Zulip, Inc. # Copyright (C) 2013--2014 Zulip, Inc.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
from __future__ import print_function from __future__ import print_function
import subprocess import subprocess
import os import os

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
import sys import sys
import subprocess import subprocess
import base64 import base64

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
import sys import sys
import os import os
import logging import logging

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# Copyright (C) 2012 Zulip, Inc. # Copyright (C) 2012 Zulip, Inc.
# #
# Permission is hereby granted, free of charge, to any person # Permission is hereby granted, free of charge, to any person

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# Copyright (C) 2012 Zulip, Inc. # Copyright (C) 2012 Zulip, Inc.
# #
# Permission is hereby granted, free of charge, to any person # Permission is hereby granted, free of charge, to any person

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# Copyright (C) 2012 Zulip, Inc. # Copyright (C) 2012 Zulip, Inc.
# #
# Permission is hereby granted, free of charge, to any person # Permission is hereby granted, free of charge, to any person

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright © 2012-2014 Zulip, Inc. # Copyright © 2012-2014 Zulip, Inc.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright © 2012 Zulip, Inc. # Copyright © 2012 Zulip, Inc.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright © 2012 Zulip, Inc. # Copyright © 2012 Zulip, Inc.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright © 2014 Zulip, Inc. # Copyright © 2014 Zulip, Inc.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright © 2012 Zulip, Inc. # Copyright © 2012 Zulip, Inc.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright © 2012 Zulip, Inc. # Copyright © 2012 Zulip, Inc.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright © 2012 Zulip, Inc. # Copyright © 2012 Zulip, Inc.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright © 2012 Zulip, Inc. # Copyright © 2012 Zulip, Inc.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright © 2012 Zulip, Inc. # Copyright © 2012 Zulip, Inc.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright © 2012 Zulip, Inc. # Copyright © 2012 Zulip, Inc.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright © 2012 Zulip, Inc. # Copyright © 2012 Zulip, Inc.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright © 2012 Zulip, Inc. # Copyright © 2012 Zulip, Inc.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright © 2014 Zulip, Inc. # Copyright © 2014 Zulip, Inc.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Asana integration for Zulip # Asana integration for Zulip

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright © 2014 Zulip, Inc. # Copyright © 2014 Zulip, Inc.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Zulip mirror of Basecamp activity # Zulip mirror of Basecamp activity

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright © 2014 Zulip, Inc. # Copyright © 2014 Zulip, Inc.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Zulip mirror of Codebase HQ activity # Zulip mirror of Codebase HQ activity

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Zulip notification post-receive hook. # Zulip notification post-receive hook.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright © 2014 Zulip, Inc. # Copyright © 2014 Zulip, Inc.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Zulip hook for Mercurial changeset pushes. # Zulip hook for Mercurial changeset pushes.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
import optparse import optparse
import zulip import zulip

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# #
# git-p4.py -- A tool for bidirectional operation between a Perforce depot and git. # git-p4.py -- A tool for bidirectional operation between a Perforce depot and git.
# #

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright © 2012-2014 Zulip, Inc. # Copyright © 2012-2014 Zulip, Inc.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright © 2014 Zulip, Inc. # Copyright © 2014 Zulip, Inc.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# RSS integration for Zulip # RSS integration for Zulip

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Zulip notification post-commit hook. # Zulip notification post-commit hook.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright © 2014 Zulip, Inc. # Copyright © 2014 Zulip, Inc.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Twitter integration for Zulip # Twitter integration for Zulip

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Twitter search integration for Zulip # Twitter search integration for Zulip

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from __future__ import print_function from __future__ import print_function