[Python-modules-commits] [ipdb] 04/11: Add missing . for import in stdout.py

Andrey Rahmatullin wrar at moszumanska.debian.org
Thu Jan 18 17:50:19 UTC 2018


This is an automated email from the git hooks/post-receive script.

wrar pushed a commit to annotated tag 0.10.2
in repository ipdb.

commit 6f222a8dc8e589ca7da241ce9def84272b59f2bc
Author: Georg Nebehay <gnebehay at gmail.com>
Date:   Fri Jan 20 15:39:40 2017 +0100

    Add missing . for import in stdout.py
---
 ipdb/stdout.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ipdb/stdout.py b/ipdb/stdout.py
index 69beb4d..933aa12 100644
--- a/ipdb/stdout.py
+++ b/ipdb/stdout.py
@@ -2,8 +2,8 @@ from __future__ import print_function
 import sys
 from contextlib import contextmanager
 from IPython.utils import io
-from __main__ import set_trace
-from __main__ import post_mortem
+from .__main__ import set_trace
+from .__main__ import post_mortem
 
 
 def update_stdout():

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/ipdb.git



More information about the Python-modules-commits mailing list