From 17160b515a98ac8463e24e0a540e0868b155c490 Mon Sep 17 00:00:00 2001 From: XiaojueGuan Date: Sun, 13 May 2018 20:50:17 +0800 Subject: Trivial: update pypi url to new url Change-Id: I172077bc2b4cf5e02691c98b07860f853f9f4da9 --- taskflow/types/failure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskflow/types/failure.py b/taskflow/types/failure.py index ccdcea0..31c30ce 100644 --- a/taskflow/types/failure.py +++ b/taskflow/types/failure.py @@ -121,7 +121,7 @@ class Failure(mixins.StrMixin): side-effects that the receiver would not have intended to have caused). TODO(harlowja): use parts of http://bugs.python.org/issue17911 and the - backport at https://pypi.python.org/pypi/traceback2/ to (hopefully) + backport at https://pypi.org/project/traceback2/ to (hopefully) simplify the methods and contents of this object... """ DICT_VERSION = 1 -- cgit v1.2.1