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

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Hacker <dd0t@users.sourceforge.net>2010-04-11 17:43:46 +0400
committerStefan Hacker <dd0t@users.sourceforge.net>2010-04-11 17:43:46 +0400
commit74b56d689b9608b826a20053ac5ff003a5582e05 (patch)
tree26f46b1a32e0cbdb0e4a1f50ea171d8df84e3118 /scripts
parent9019afba2216768ca57d0a90acab88f8457edcd4 (diff)
Remove UTF-8 BOM from all python scripting samples as they mess up the shebang on *nix
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mumble-auth.py2
-rwxr-xr-xscripts/testauth.py2
-rwxr-xr-xscripts/testcallback.py2
-rwxr-xr-xscripts/testdynamic.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/scripts/mumble-auth.py b/scripts/mumble-auth.py
index 1af88bda4..1a28328fa 100644
--- a/scripts/mumble-auth.py
+++ b/scripts/mumble-auth.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python
# -*- coding: utf-8
#
# mumble-auth.py - Sample script to show the basics of using server controlled
diff --git a/scripts/testauth.py b/scripts/testauth.py
index a6ce51495..cfc076fa0 100755
--- a/scripts/testauth.py
+++ b/scripts/testauth.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python
# -*- coding: utf-8
import Ice, sys, time
from M2Crypto import X509;
diff --git a/scripts/testcallback.py b/scripts/testcallback.py
index e1f5dad2f..fc3e4d72d 100755
--- a/scripts/testcallback.py
+++ b/scripts/testcallback.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python
# -*- coding: utf-8
import Ice, sys, sha
from M2Crypto import X509;
diff --git a/scripts/testdynamic.py b/scripts/testdynamic.py
index 1fa0ea295..639b81226 100755
--- a/scripts/testdynamic.py
+++ b/scripts/testdynamic.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python
# -*- coding: utf-8
import Ice, IcePy, sys, tempfile, os