summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan March <jmarch@enthought.com>2018-04-09 17:44:57 -0500
committerAllan Haldane <allan.haldane@gmail.com>2018-04-23 15:04:51 -0400
commit31fd1d0b0ef68b38c2a2293e1bdf75bbce50f1ff (patch)
tree0eb6e252e514167f09235d1b0d2c91533ac8db21
parentc79fa6c18d9248d68b001d38dae68e420621b344 (diff)
downloadnumpy-31fd1d0b0ef68b38c2a2293e1bdf75bbce50f1ff.tar.gz
BUG: Fix encoding regression in ma/bench.py (Issue #10868)
-rw-r--r--numpy/ma/bench.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/ma/bench.py b/numpy/ma/bench.py
index b86197018..a9ba42dea 100644
--- a/numpy/ma/bench.py
+++ b/numpy/ma/bench.py
@@ -1,4 +1,6 @@
#! /usr/bin/env python
+# -*- coding: utf-8 -*-
+
from __future__ import division, print_function
import timeit