[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r15447: Made restrict_guards the last argument in the constructor fo (torflow/branches/gsoc2008/TorCtl)
Author: fallon
Date: 2008-06-24 05:33:11 -0400 (Tue, 24 Jun 2008)
New Revision: 15447
Modified:
torflow/branches/gsoc2008/TorCtl/PathSupport.py
Log:
Made restrict_guards the last argument in the constructor for SelectionManager.
Modified: torflow/branches/gsoc2008/TorCtl/PathSupport.py
===================================================================
--- torflow/branches/gsoc2008/TorCtl/PathSupport.py 2008-06-24 09:01:00 UTC (rev 15446)
+++ torflow/branches/gsoc2008/TorCtl/PathSupport.py 2008-06-24 09:33:11 UTC (rev 15447)
@@ -726,7 +726,7 @@
"""
def __init__(self, pathlen, order_exits,
percent_fast, percent_skip, min_bw, use_all_exits,
- uniform, use_exit, use_guards,restrict_guards=False, geoip_config=None):
+ uniform, use_exit, use_guards,geoip_config=None,restrict_guards=False):
self.__ordered_exit_gen = None
self.pathlen = pathlen
self.order_exits = order_exits