From 07d5b90ebf190c4419f6b3f3d3cea1cf116ceecb Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 4 Jun 2015 20:36:50 +1200 Subject: Shore up test suite. --- libpathod/cmdline.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libpathod/cmdline.py') diff --git a/libpathod/cmdline.py b/libpathod/cmdline.py index af1b1c3d..ac03a5d4 100644 --- a/libpathod/cmdline.py +++ b/libpathod/cmdline.py @@ -8,7 +8,6 @@ from netlib import http_uastrings from . import pathoc, pathod, version, utils, language - def args_pathoc(argv, stdout=sys.stdout, stderr=sys.stderr): preparser = argparse.ArgumentParser(add_help=False) preparser.add_argument( @@ -43,8 +42,8 @@ def args_pathoc(argv, stdout=sys.stdout, stderr=sys.stderr): "-m", dest='memo', action="store_true", default=False, help=""" Remember specs, and never play the same one twice. Note that this - means requests have to be rendered in memory, which means that large - generated data can cause issues. + means requests have to be rendered in memory, which means that + large generated data can cause issues. """ ) parser.add_argument( -- cgit v1.2.3