Remove #!/usr/bin/env python from python client

This commit is contained in:
geekerzp 2015-07-27 15:14:47 +08:00
parent 3265ec0f72
commit b51ef77401
14 changed files with 4 additions and 13 deletions

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8 # coding: utf-8
""" """

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8 # coding: utf-8
""" """

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8 # coding: utf-8
""" """

View File

@ -1,4 +1,5 @@
# -*- coding: utf-8 -*- # coding: utf-8
import sys import sys
from setuptools import setup, find_packages from setuptools import setup, find_packages

View File

@ -1,3 +1,5 @@
# coding: utf-8
import sys import sys
from setuptools import setup, find_packages from setuptools import setup, find_packages

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8 # coding: utf-8
""" """

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8 # coding: utf-8
""" """

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8 # coding: utf-8
""" """

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8 # coding: utf-8
""" """

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8 # coding: utf-8
""" """

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8 # coding: utf-8
""" """

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8 # coding: utf-8
""" """

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8 # coding: utf-8
""" """

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8 # coding: utf-8
""" """