aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/script-with-bom.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-09-18 10:01:46 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-09-18 10:01:46 -0400
commita7cac0e348ab9be0d56a390e87ea2ab74c69a12a (patch)
tree6592bb951e3c34098f0b8e03980bb99b185adfa3 /setuptools/tests/script-with-bom.py
parent2b3d8ead29f777fe3e1c6d26c7d110cbc554c721 (diff)
downloadexternal_python_setuptools-a7cac0e348ab9be0d56a390e87ea2ab74c69a12a.tar.gz
external_python_setuptools-a7cac0e348ab9be0d56a390e87ea2ab74c69a12a.tar.bz2
external_python_setuptools-a7cac0e348ab9be0d56a390e87ea2ab74c69a12a.zip
Adding test capturing Distribute #349
--HG-- extra : amend_source : 2f401317ae94e6291ae91f8da75173781bc4c48c
Diffstat (limited to 'setuptools/tests/script-with-bom.py')
-rw-r--r--setuptools/tests/script-with-bom.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setuptools/tests/script-with-bom.py b/setuptools/tests/script-with-bom.py
new file mode 100644
index 00000000..22dee0d2
--- /dev/null
+++ b/setuptools/tests/script-with-bom.py
@@ -0,0 +1,3 @@
+# -*- coding: utf-8 -*-
+
+result = 'passed'