[tor-commits] [stem/master] Adding exit_policy to stem's __init__.py

atagar at torproject.org atagar at torproject.org
Thu Jul 19 16:09:02 UTC 2012


commit d7ca32639205ca99ca053270b98b90dee4cc7986
Author: Damian Johnson <atagar at torproject.org>
Date:   Thu Jul 19 09:08:25 2012 -0700

    Adding exit_policy to stem's __init__.py
    
    Forgot to add the new exit_policy.py module.
---
 stem/__init__.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/stem/__init__.py b/stem/__init__.py
index faee5db..c05fcda 100644
--- a/stem/__init__.py
+++ b/stem/__init__.py
@@ -14,6 +14,7 @@ __all__ = [
   "util",
   "connection",
   "control",
+  "exit_policy",
   "prereq",
   "process",
   "socket",



More information about the tor-commits mailing list