From b5f7caa39cd0bcc75ad5da1b896281af6771f132 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauld.mccarthy@gmail.com> Date: Sun, 5 Mar 2017 13:39:53 +0000 Subject: [PATCH] Removed more refs to props --- fsl/utils/notifier.py | 4 ++-- requirements.txt | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/fsl/utils/notifier.py b/fsl/utils/notifier.py index f26d4141c..185dd9740 100644 --- a/fsl/utils/notifier.py +++ b/fsl/utils/notifier.py @@ -78,8 +78,8 @@ class Notifier(object): *topic*, or be notified for all topics. .. note:: The ``Notifier`` class stores ``weakref`` references to - registered callback functions, using the :class:`WeakFunctionRef` - class, provided by the :mod:`props` package. + registered callback functions, using the + :class:`.WeakFunctionRef` class. """ diff --git a/requirements.txt b/requirements.txt index 4391df550..a3a37761a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,3 @@ nibabel>=2.1 sphinx>=1.4.1 sphinx-rtd-theme>=0.1.9 indexed_gzip>=0.3.1 -git+ssh://git@git.fmrib.ox.ac.uk/paulmc/props.git#egg=props -- GitLab