projects
/
skytools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e6a6f3
)
qadmin: fix style problems
author
Marko Kreen
<markokr@gmail.com>
Wed, 4 Nov 2009 13:27:45 +0000
(15:27 +0200)
committer
Marko Kreen
<markokr@gmail.com>
Wed, 4 Nov 2009 13:27:45 +0000
(15:27 +0200)
python/qadmin.py
patch
|
blob
|
blame
|
history
diff --git
a/python/qadmin.py
b/python/qadmin.py
index 4ab3999dc637265a41e6414531a090b92531ddb7..f2a0a23d2216a3fcef3ef6db263495c4e0d4d21e 100755
(executable)
--- a/
python/qadmin.py
+++ b/
python/qadmin.py
@@
-71,7
+71,7
@@
IGNORE_HOSTS = {
'ip6-mcastprefix': 1,
}
-def unquote_any(s
elf, s
):
+def unquote_any(s):
if s:
c = s[0]
if c == "'":
@@
-184,7
+184,7
@@
class DynIdentList(DynList):
"""Allow quoted queue names"""
next = DynList.get_next(self, typ, word, params)
if next:
- params[self.name] = unquote_any(
self,
word)
+ params[self.name] = unquote_any(word)
return next
class Queue(DynIdentList):
@@
-376,6
+376,7
@@
class AdminConsole:
'user_list': None,
}
db = None
+ initial_connstr = None
rc_hosts = re.compile('\s+')
def get_queue_list(self):