[tor-commits] [stem/master] EventType mistakenly listed HS_DIR rather then HS_DESC

atagar at torproject.org atagar at torproject.org
Sun Mar 16 23:04:24 UTC 2014


commit d3bcdb32eb6c4942f524c0c513b5ce625f4ff9e8
Author: Damian Johnson <atagar at torproject.org>
Date:   Sun Mar 16 16:05:32 2014 -0700

    EventType mistakenly listed HS_DIR rather then HS_DESC
    
    Oops. Another mistake spotted by wfn.
---
 stem/control.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/stem/control.py b/stem/control.py
index 44f555a..4d7f5b3 100644
--- a/stem/control.py
+++ b/stem/control.py
@@ -122,7 +122,7 @@ providing its own for interacting at a higher level.
   **DESCCHANGED**       :class:`stem.response.events.DescChangedEvent`
   **ERR**               :class:`stem.response.events.LogEvent`
   **GUARD**             :class:`stem.response.events.GuardEvent`
-  **HS_DIR**            :class:`stem.response.events.HSDescEvent`
+  **HS_DESC**           :class:`stem.response.events.HSDescEvent`
   **INFO**              :class:`stem.response.events.LogEvent`
   **NEWCONSENSUS**      :class:`stem.response.events.NewConsensusEvent`
   **NEWDESC**           :class:`stem.response.events.NewDescEvent`
@@ -197,7 +197,7 @@ EventType = stem.util.enum.UppercaseEnum(
   "DESCCHANGED",
   "ERR",
   "GUARD",
-  "HS_DIR",
+  "HS_DESC",
   "INFO",
   "NEWCONSENSUS",
   "NEWDESC",



More information about the tor-commits mailing list