projects
/
irker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c09f24a
)
Python 2.5 compatibility
author
Laurent Bachelier
<laurent@bachelier.name>
Tue, 16 Apr 2013 21:22:46 +0000
(23:22 +0200)
committer
Eric S. Raymond
<esr@thyrsus.com>
Tue, 16 Apr 2013 21:35:34 +0000
(17:35 -0400)
Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
irkerd
patch
|
blob
|
history
diff --git
a/irkerd
b/irkerd
index babde3908d1cf8363ea2226c042f99349d0ce7b1..7a6256e84b5fd69583b2891cd8cce07adc516306 100755
(executable)
--- a/
irkerd
+++ b/
irkerd
@@
-1,4
+1,5
@@
#!/usr/bin/env python
+from __future__ import with_statement
"""
irkerd - a simple IRC multiplexer daemon