[tor-commits] [stem/master] Drop hidden_service_descriptor alias

atagar at torproject.org atagar at torproject.org
Mon Feb 10 03:14:50 UTC 2020


commit 56b60d504d7d2bbd277aaf247e628574d26730cd
Author: Damian Johnson <atagar at torproject.org>
Date:   Fri Jan 31 15:04:54 2020 -0800

    Drop hidden_service_descriptor alias
    
    Earlier we shortened this module from...
    
      stem.descriptor.hidden_service_descriptor
    
    ... to...
    
      stem.descriptor.hidden_service
    
    Dropping the backward compatibility alias.
---
 stem/descriptor/hidden_service_descriptor.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/stem/descriptor/hidden_service_descriptor.py b/stem/descriptor/hidden_service_descriptor.py
deleted file mode 100644
index d77d88aa..00000000
--- a/stem/descriptor/hidden_service_descriptor.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# TODO: This module (hidden_service_descriptor) is a temporary alias for
-# hidden_service. This alias will be removed in Stem 2.x.
-
-from stem.descriptor.hidden_service import *





More information about the tor-commits mailing list