pager: add missing imports of errno and shlex
authorBryan O'Sullivan <bryano@fb.com>
Fri, 12 Apr 2013 17:35:56 -0700
changeset 18923 d2647edb1782
parent 18922 d2c4d37f7db5
child 18924 acb34d7159bd
pager: add missing imports of errno and shlex Found using Cython.
hgext/pager.py
--- 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 _