[or-cvs] r22439: {torctl} Update the __all__ list so that BaseSelectionManager shows u (torctl/trunk/python/TorCtl)

Mike Perry mikeperry-svn at fscked.org
Fri May 28 21:32:34 UTC 2010


Author: mikeperry
Date: 2010-05-28 21:32:33 +0000 (Fri, 28 May 2010)
New Revision: 22439

Modified:
   torctl/trunk/python/TorCtl/PathSupport.py
Log:

Update the __all__ list so that BaseSelectionManager shows up in pydoc.



Modified: torctl/trunk/python/TorCtl/PathSupport.py
===================================================================
--- torctl/trunk/python/TorCtl/PathSupport.py	2010-05-28 17:02:13 UTC (rev 22438)
+++ torctl/trunk/python/TorCtl/PathSupport.py	2010-05-28 21:32:33 UTC (rev 22439)
@@ -67,16 +67,15 @@
 __all__ = ["NodeRestrictionList", "PathRestrictionList",
 "PercentileRestriction", "OSRestriction", "ConserveExitsRestriction",
 "FlagsRestriction", "MinBWRestriction", "VersionIncludeRestriction",
-"VersionExcludeRestriction", "VersionRangeRestriction", 
-"ExitPolicyRestriction", "NodeRestriction",
-"PathRestriction", "OrNodeRestriction", "MetaNodeRestriction",
-"AtLeastNNodeRestriction", "NotNodeRestriction", "Subnet16Restriction",
-"UniqueRestriction", "NodeGenerator", "UniformGenerator",
-"OrderedExitGenerator", "BwWeightedGenerator", "PathSelector",
-"Connection", "NickRestriction", "IdHexRestriction", "PathBuilder",
-"CircuitHandler", "StreamHandler", "SelectionManager",
-"CountryCodeRestriction", "CountryRestriction",
-"UniqueCountryRestriction", "SingleCountryRestriction",
+"VersionExcludeRestriction", "VersionRangeRestriction",
+"ExitPolicyRestriction", "NodeRestriction", "PathRestriction",
+"OrNodeRestriction", "MetaNodeRestriction", "AtLeastNNodeRestriction",
+"NotNodeRestriction", "Subnet16Restriction", "UniqueRestriction",
+"NodeGenerator", "UniformGenerator", "OrderedExitGenerator",
+"BwWeightedGenerator", "PathSelector", "Connection", "NickRestriction",
+"IdHexRestriction", "PathBuilder", "CircuitHandler", "StreamHandler",
+"SelectionManager", "BaseSelectionManager", "CountryCodeRestriction",
+"CountryRestriction", "UniqueCountryRestriction", "SingleCountryRestriction",
 "ContinentRestriction", "ContinentJumperRestriction",
 "UniqueContinentRestriction", "MetaPathRestriction", "RateLimitedRestriction",
 "SmartSocket"]



More information about the tor-commits mailing list