From e41fdac8007793b4388cf9802bee6d77ad02d6d6 Mon Sep 17 00:00:00 2001 From: sivakov512 Date: Thu, 10 Feb 2022 16:48:26 +0300 Subject: Restoring authorship annotation for . Commit 1 of 2. --- contrib/python/ipython/py2/IPython/core/profiledir.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/python/ipython/py2/IPython') diff --git a/contrib/python/ipython/py2/IPython/core/profiledir.py b/contrib/python/ipython/py2/IPython/core/profiledir.py index b777f13da0d..c44062ba118 100644 --- a/contrib/python/ipython/py2/IPython/core/profiledir.py +++ b/contrib/python/ipython/py2/IPython/core/profiledir.py @@ -115,7 +115,7 @@ class ProfileDir(LoggingConfigurable): if not os.path.exists(readme): import pkgutil - with open(readme, 'wb') as f: + with open(readme, 'wb') as f: f.write(pkgutil.get_data(__name__, 'profile/README_STARTUP')) @observe('security_dir') -- cgit v1.3