projects
/
skytools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d85fda6
)
handlers.part: fix typo
author
Marko Kreen
<markokr@gmail.com>
Mon, 21 May 2012 07:38:48 +0000
(10:38 +0300)
committer
Marko Kreen
<markokr@gmail.com>
Mon, 21 May 2012 07:38:48 +0000
(10:38 +0300)
python/londiste/handlers/part.py
patch
|
blob
|
blame
|
history
diff --git
a/python/londiste/handlers/part.py
b/python/londiste/handlers/part.py
index b6585a7bebf2fe5c256688722c0a1dd0f3f0be49..8bf70f530403004bf0c9f1fae53c2cbc61c65c4b 100644
(file)
--- a/
python/londiste/handlers/part.py
+++ b/
python/londiste/handlers/part.py
@@
-40,8
+40,8
@@
class PartHandler(TableHandler):
# hash function & full expression
hashfunc = args.get('hashfunc', self.DEFAULT_HASHFUNC)
self.hashexpr = self.DEFAULT_HASHEXPR % (
- skytools.qu
i
te_fqident(hashfunc),
- skytools.qu
i
te_ident(self.key))
+ skytools.qu
o
te_fqident(hashfunc),
+ skytools.qu
o
te_ident(self.key))
self.hashexpr = args.get('hashexpr', self.hashexpr)
def reset(self):