[CalendarServer-changes] [13357] CalendarServer/trunk/contrib/performance/loadtest/population.py
source_changes at macosforge.org
source_changes at macosforge.org
Mon Apr 21 17:16:38 PDT 2014
Revision: 13357
http://trac.calendarserver.org//changeset/13357
Author: dre at apple.com
Date: 2014-04-21 17:16:38 -0700 (Mon, 21 Apr 2014)
Log Message:
-----------
Typo. Also, I am giving urllib2 the stink eye.
Modified Paths:
--------------
CalendarServer/trunk/contrib/performance/loadtest/population.py
Modified: CalendarServer/trunk/contrib/performance/loadtest/population.py
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/population.py 2014-04-22 00:06:52 UTC (rev 13356)
+++ CalendarServer/trunk/contrib/performance/loadtest/population.py 2014-04-22 00:16:38 UTC (rev 13357)
@@ -191,7 +191,7 @@
def _createUser(self, number):
record = self._records[number]
user = record.uid
- authBasic = HTTPBasicAuthHandler(passwd_mgr=HTTPPasswordMgrWithDefaultRealm())
+ authBasic = HTTPBasicAuthHandler(password_mgr=HTTPPasswordMgrWithDefaultRealm())
authBasic.add_password(
realm=None,
uri=self.server,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140421/6125fd99/attachment.html>
More information about the calendarserver-changes
mailing list