Mercurial > hg
changeset 18923:d2647edb1782
pager: add missing imports of errno and shlex
Found using Cython.
author | Bryan O'Sullivan <bryano@fb.com> |
---|---|
date | Fri, 12 Apr 2013 17:35:56 -0700 |
parents | d2c4d37f7db5 |
children | acb34d7159bd |
files | hgext/pager.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/pager.py Fri Apr 12 17:33:24 2013 -0700 +++ b/hgext/pager.py Fri Apr 12 17:35:56 2013 -0700 @@ -47,7 +47,7 @@ normal behavior. ''' -import atexit, sys, os, signal, subprocess +import atexit, sys, os, signal, subprocess, errno, shlex from mercurial import commands, dispatch, util, extensions from mercurial.i18n import _