Author: lgo
Date: Wed Sep 9 19:52:38 2015
New Revision: 1702096
URL: http://svn.apache.org/r1702096
Log:
* bindings/python_ctypes/examples/sget.py
* bindings/python_ctypes/serf/__init__.py
* build/check.py
* build/gen_def.py
* test/certs/create_certs.py: Remove UTF-8 BOM marker.
Modified:
serf/trunk/bindings/python_ctypes/examples/sget.py
serf/trunk/bindings/python_ctypes/serf/__init__.py
serf/trunk/build/check.py
serf/trunk/build/gen_def.py
serf/trunk/test/certs/create_certs.py
Modified: serf/trunk/bindings/python_ctypes/examples/sget.py
URL:
http://svn.apache.org/viewvc/serf/trunk/bindings/python_ctypes/examples/sget.py?rev=1702096&r1=1702095&r2=1702096&view=diff
==============================================================================
--- serf/trunk/bindings/python_ctypes/examples/sget.py (original)
+++ serf/trunk/bindings/python_ctypes/examples/sget.py Wed Sep 9 19:52:38 2015
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python
#
# ===================================================================
# Licensed to the Apache Software Foundation (ASF) under one
Modified: serf/trunk/bindings/python_ctypes/serf/__init__.py
URL:
http://svn.apache.org/viewvc/serf/trunk/bindings/python_ctypes/serf/__init__.py?rev=1702096&r1=1702095&r2=1702096&view=diff
==============================================================================
--- serf/trunk/bindings/python_ctypes/serf/__init__.py (original)
+++ serf/trunk/bindings/python_ctypes/serf/__init__.py Wed Sep 9 19:52:38 2015
@@ -1,4 +1,4 @@
-#
+#
# ===================================================================
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
Modified: serf/trunk/build/check.py
URL:
http://svn.apache.org/viewvc/serf/trunk/build/check.py?rev=1702096&r1=1702095&r2=1702096&view=diff
==============================================================================
--- serf/trunk/build/check.py (original)
+++ serf/trunk/build/check.py Wed Sep 9 19:52:38 2015
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python
#
# check.py : Run all the test cases.
#
Modified: serf/trunk/build/gen_def.py
URL:
http://svn.apache.org/viewvc/serf/trunk/build/gen_def.py?rev=1702096&r1=1702095&r2=1702096&view=diff
==============================================================================
--- serf/trunk/build/gen_def.py (original)
+++ serf/trunk/build/gen_def.py Wed Sep 9 19:52:38 2015
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python
#
# gen_def.py : Generate the .DEF file for Windows builds
#
Modified: serf/trunk/test/certs/create_certs.py
URL:
http://svn.apache.org/viewvc/serf/trunk/test/certs/create_certs.py?rev=1702096&r1=1702095&r2=1702096&view=diff
==============================================================================
--- serf/trunk/test/certs/create_certs.py (original)
+++ serf/trunk/test/certs/create_certs.py Wed Sep 9 19:52:38 2015
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python
#
# ===================================================================