sipb-www
/
snippets
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1830221
)
More sensible defaults for a library's zephyr()
author
Alex Dehnert
<adehnert@mit.edu>
Mon, 6 Jun 2011 06:55:11 +0000
(
02:55
-0400)
committer
Alex Dehnert
<adehnert@mit.edu>
Mon, 6 Jun 2011 06:55:11 +0000
(
02:55
-0400)
django/mit/__init__.py
patch
|
blob
|
history
diff --git
a/django/mit/__init__.py
b/django/mit/__init__.py
index 2e6062343fc64b69aece64d7231696d247f48f82..7958bebec91626471e4a88d2295cbd61109010ac 100644
(file)
--- a/
django/mit/__init__.py
+++ b/
django/mit/__init__.py
@@
-11,7
+11,7
@@
from django.contrib import auth
from django.core.exceptions import ObjectDoesNotExist
import settings
-def zephyr(msg, clas='
remit', instance='log', rcpt='adehnert
',):
+def zephyr(msg, clas='
message', instance='log', rcpt='nobody
',):
proc = subprocess.Popen(
['zwrite', '-d', '-n', '-c', clas, '-i', instance, rcpt, ],
stdin=subprocess.PIPE, stdout=subprocess.PIPE