From 082030f93da825ee64bc55b35ee7e9ad754c8439 Mon Sep 17 00:00:00 2001 From: Jeff Reback Date: Sat, 23 Feb 2013 21:02:43 -0500 Subject: [PATCH] BLD: fixed file modes --- RELEASE.rst | 1 + pandas/core/frame.py | 1 + pandas/tests/test_frame.py | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) mode change 100755 => 100644 RELEASE.rst mode change 100755 => 100644 pandas/core/frame.py mode change 100755 => 100644 pandas/tests/test_frame.py diff --git a/RELEASE.rst b/RELEASE.rst old mode 100755 new mode 100644 index 9e133ed324694..e41731131d888 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -136,6 +136,7 @@ pandas 0.11.0 .. _GH2898: https://github.com/pydata/pandas/issues/2898 .. _GH2909: https://github.com/pydata/pandas/issues/2909 + pandas 0.10.1 ============= diff --git a/pandas/core/frame.py b/pandas/core/frame.py old mode 100755 new mode 100644 index c50de028917d7..eb3dbfd01abd7 --- a/pandas/core/frame.py +++ b/pandas/core/frame.py @@ -53,6 +53,7 @@ from pandas.core.config import get_option + #---------------------------------------------------------------------- # Docstring templates diff --git a/pandas/tests/test_frame.py b/pandas/tests/test_frame.py old mode 100755 new mode 100644 index 2de7102dabc74..81fbc0fc4d84d --- a/pandas/tests/test_frame.py +++ b/pandas/tests/test_frame.py @@ -35,7 +35,6 @@ from numpy.testing.decorators import slow - def _skip_if_no_scipy(): try: import scipy.stats