This patches add compatibility for the forthcoming RobotFramework 5. Taken from: https://github.com/robotframework/SSHLibrary/pull/403. diff --git a/src/SSHLibrary/pythonforward.py b/src/SSHLibrary/pythonforward.py index 8b85997b7..607985cf4 100644 --- a/src/SSHLibrary/pythonforward.py +++ b/src/SSHLibrary/pythonforward.py @@ -1,9 +1,9 @@ import select import socket import threading -from robot.utils import platform +from robot.utils import PY2, WINDOWS from .logger import logger -if platform.PY2 and platform.WINDOWS: +if PY2 and WINDOWS: import win_inet_pton try: import SocketServer t name='h' onchange='this.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)Author
2019-05-17Update NEWS.Ludovic Courtès
2019-05-16Update NEWS.Ludovic Courtès
2019-05-01Update NEWS.Ludovic Courtès
2019-04-29Update NEWS.Ludovic Courtès
2019-04-28Update NEWS.Ludovic Courtès
2018-12-05Update NEWS.Ludovic Courtès
2018-12-05Update NEWS.Ludovic Courtès
2018-11-23Update NEWS.Ludovic Courtès
2018-08-30Update NEWS.Ricardo Wurmus
2018-07-05Update NEWS.Ludovic Courtès
2018-07-05Update NEWS.Ludovic Courtès
2018-06-20Update NEWS.Ludovic Courtès
2018-05-29Update NEWS.Ricardo Wurmus
2018-05-20services: Add Enlightenment desktop service....* gnu/services/desktop.scm (<enlightenment-desktop-configuration>, enlightenment-desktop-service-type): New variables. * doc/guix.texi (Desktop Services): Document the service. * NEWS: Mention it. Efraim Flashner
2018-05-08guix: Separate the package name and version with "@", not "-"....* guix/packages.scm (package-full-name): By default, use "@" to separate the package name and package version. Add an optional delimiter argument so that there is still a way to explicitly use a different delimiter. * gnu/packages/commencement.scm (gcc-boot0) <unpack-gmp&co>: Adjust accordingly. * tests/graph.scm: Adjust accordingly. * tests/profiles.scm: Adjust accordingly. * NEWS: Mention the change. Fixes: <https://bugs.gnu.org/31088>. Reported by Pierre Neidhardt <ambrevar@gmail.com>. Chris Marusich
2017-12-06Update NEWS.Ludovic Courtès
2017-12-06Update NEWS.Ludovic Courtès
2017-12-05Update NEWS.Ludovic Courtès
2017-12-04Update NEWS.Ludovic Courtès