changeset 29028:67fd250b7c21 stable

hghave: remove unused check for bdist_mpkg
author Kevin Bullock <kbullock+mercurial@ringworld.org>
date Fri, 29 Apr 2016 14:14:00 -0500
parents db5084d27df5
children 224dd889ecd0
files tests/hghave.py
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/tests/hghave.py	Wed Apr 27 10:20:36 2016 -0500
+++ b/tests/hghave.py	Fri Apr 29 14:14:00 2016 -0500
@@ -456,14 +456,6 @@
 def has_osx():
     return sys.platform == 'darwin'
 
-@check("bdistmpkg", "bdist_mpkg Python Package")
-def has_bdistmpkg():
-    try:
-        import bdist_mpkg.script_bdist_mpkg
-        return True
-    except ImportError:
-        return False
-
 @check("osxpackaging", "OS X packaging tools")
 def has_osxpackaging():
     try: