From ba7f2eff098a9a1c8ffc98d5d29aa35e1652912d Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sat, 9 Apr 2016 15:00:50 -0400 Subject: Ignore anything in /tmp and improve coverage. --- src/mailman/utilities/interact.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/utilities/interact.py') diff --git a/src/mailman/utilities/interact.py b/src/mailman/utilities/interact.py index 3c38b02aa..3cc5dddc6 100644 --- a/src/mailman/utilities/interact.py +++ b/src/mailman/utilities/interact.py @@ -53,7 +53,7 @@ def interact(upframe=True, banner=DEFAULT_BANNER, overrides=None): # Try to import the readline module, but don't worry if it's unavailable. try: import readline # noqa - except ImportError: + except ImportError: # pragma: no cover pass # Mimic the real interactive interpreter's loading of any $PYTHONSTARTUP # file. Note that if the startup file is not prepared to be exec'd more -- cgit v1.2.3-70-g09d2