[tor-commits] [sbws/master] Remove docstring about removed get_circuit_path
pastly at torproject.org
pastly at torproject.org
Wed Jul 11 15:05:40 UTC 2018
commit 46b64f7283867572e08fa55df64faf4b06d81047
Author: juga0 <juga at riseup.net>
Date: Wed Jul 4 08:28:48 2018 +0000
Remove docstring about removed get_circuit_path
---
sbws/lib/circuitbuilder.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/sbws/lib/circuitbuilder.py b/sbws/lib/circuitbuilder.py
index b806a9d..f143b6a 100644
--- a/sbws/lib/circuitbuilder.py
+++ b/sbws/lib/circuitbuilder.py
@@ -27,7 +27,6 @@ class CircuitBuilder:
''' The CircuitBuilder interface.
Subclasses must implement their own build_circuit() function.
- Subclasses probably shouldn't implement their own get_circuit_path().
Subclasses may keep additional state if they'd find it helpful.
The primary way to use a CircuitBuilder of any type is to simply create it
More information about the tor-commits
mailing list