diff options
Diffstat (limited to 'contrib/python/ipython/py3/IPython/utils/strdispatch.py')
| -rw-r--r-- | contrib/python/ipython/py3/IPython/utils/strdispatch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/ipython/py3/IPython/utils/strdispatch.py b/contrib/python/ipython/py3/IPython/utils/strdispatch.py index d6bf510535e..6c90fe871ed 100644 --- a/contrib/python/ipython/py3/IPython/utils/strdispatch.py +++ b/contrib/python/ipython/py3/IPython/utils/strdispatch.py @@ -48,7 +48,7 @@ class StrDispatch(object): if re.match(r, key): yield obj else: - #print "nomatch",key # dbg + # print("nomatch",key) # dbg pass def __repr__(self): |
