projects
/
working
/
OpenSRF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cf0463
)
Typo: Pass in the array of servers to the memcached client if we have one
author
dbs
<dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 9 Nov 2010 14:56:01 +0000
(14:56 +0000)
committer
dbs
<dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 9 Nov 2010 14:56:01 +0000
(14:56 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@2064
9efc2488
-bf62-4759-914b-
345cdb29e865
src/python/osrf/cache.py
patch
|
blob
|
history
diff --git
a/src/python/osrf/cache.py
b/src/python/osrf/cache.py
index
b5b3e6c
..
c3d03e6
100644
(file)
--- a/
src/python/osrf/cache.py
+++ b/
src/python/osrf/cache.py
@@
-24,7
+24,7
@@
class CacheClient(object):
'''
global _client
if servers:
- self.client = memcache.Client(server, debug=1)
+ self.client = memcache.Client(server
s
, debug=1)
else:
if not _client:
raise CacheException(