From b1f69fd42fbb0c4dc42c9f5dbc271dc6d9d7b8e7 Mon Sep 17 00:00:00 2001 From: Dave Woodfall Date: Fri, 21 May 2021 21:32:13 +0100 Subject: python/gearbox: Convert python to python2. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- python/gearbox/README | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'python/gearbox/README') diff --git a/python/gearbox/README b/python/gearbox/README index 911ad0d771..532387598f 100644 --- a/python/gearbox/README +++ b/python/gearbox/README @@ -1,8 +1,8 @@ Gearbox is a paster command replacement for TurboGears2. -It has been created during the process of providing Python3 support to the -TurboGears2 web framework, while still being backward compatible with the -existing TurboGears projects. +It has been created during the process of providing Python3 support to +the TurboGears2 web framework, while still being backward compatible +with the existing TurboGears projects. -Gearbox is based on a stripped down version of Cliff command line framework, -you might want to consider Cliff for more advanced use cases and custom -command interpreters. +Gearbox is based on a stripped down version of Cliff command line +framework, you might want to consider Cliff for more advanced use cases +and custom command interpreters. -- cgit v1.2.3