summaryrefslogtreecommitdiffstats
path: root/contrib/python/ipdb
diff options
context:
space:
mode:
authorAleksandr <[email protected]>2022-02-10 16:47:52 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:47:52 +0300
commitb05913d1c3c02a773578bceb7285084d2933ae86 (patch)
treec0748b5dcbade83af788c0abfa89c0383d6b779c /contrib/python/ipdb
parentea6c5b7f172becca389cacaff7d5f45f6adccbe6 (diff)
Restoring authorship annotation for Aleksandr <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/python/ipdb')
-rw-r--r--contrib/python/ipdb/ya.make18
1 files changed, 9 insertions, 9 deletions
diff --git a/contrib/python/ipdb/ya.make b/contrib/python/ipdb/ya.make
index fe303e0bdf3..c1c769c05c6 100644
--- a/contrib/python/ipdb/ya.make
+++ b/contrib/python/ipdb/ya.make
@@ -20,15 +20,15 @@ PY_SRCS(
ipdb/stdout.py
)
-NO_CHECK_IMPORTS(
- # Modules presented below leads to initialization of pdb,
- # which try to create ~/.ipython/profile_default/history.sqlite-journal,
- # due to which import tests may crash
- ipdb.__init__
- ipdb.__main__
- ipdb.stdout
-)
-
+NO_CHECK_IMPORTS(
+ # Modules presented below leads to initialization of pdb,
+ # which try to create ~/.ipython/profile_default/history.sqlite-journal,
+ # due to which import tests may crash
+ ipdb.__init__
+ ipdb.__main__
+ ipdb.stdout
+)
+
RESOURCE_FILES(
PREFIX contrib/python/ipdb/
.dist-info/METADATA