From 642ef40c82383662c4c4adb11ea03dc0da4646fd Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Thu, 30 May 2013 11:17:51 +0100 Subject: [PATCH] Make submodule checks work under Python 3. Closes gh-3385 --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 44991bf41..18c92ad37 100755 --- a/setup.py +++ b/setup.py @@ -121,6 +121,8 @@ def require_clean_submodules(): after everything has been set in motion, this is not a distutils command. """ + # PACKAGERS: Add a return here to skip checks for git submodules + # don't do anything if nothing is actually supposed to happen for do_nothing in ('-h', '--help', '--help-commands', 'clean', 'submodule'): if do_nothing in sys.argv: