Submitter | Pulkit Goyal |
---|---|
Date | June 15, 2017, 9:34 p.m. |
Message ID | <22a84b6947f5b1f69152.1497562491@workspace> |
Download | mbox | patch |
Permalink | /patch/21412/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/pycompat.py b/mercurial/pycompat.py --- a/mercurial/pycompat.py +++ b/mercurial/pycompat.py @@ -32,6 +32,9 @@ import socketserver import xmlrpc.client as xmlrpclib +empty = _queue.Empty +queue = _queue.Queue + def identity(a): return a @@ -307,9 +310,6 @@ if getattr(sys, 'argv', None) is not None: sysargv = sys.argv -empty = _queue.Empty -queue = _queue.Queue - class _pycompatstub(object): def __init__(self): self._aliases = {}