Dolda2000 GitWeb
/
ashd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3a0ec49
)
python: Use new-style classes in ashd.wsgidir.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Thu, 14 Apr 2011 09:30:50 +0000
(11:30 +0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Thu, 14 Apr 2011 09:30:50 +0000
(11:30 +0200)
python/ashd/wsgidir.py
patch
|
blob
|
blame
|
history
diff --git
a/python/ashd/wsgidir.py
b/python/ashd/wsgidir.py
index
5ce7638
..
83d96a0
100644
(file)
--- a/
python/ashd/wsgidir.py
+++ b/
python/ashd/wsgidir.py
@@
-1,7
+1,7
@@
import os, threading, types
import wsgiutil
import os, threading, types
import wsgiutil
-class cachedmod:
+class cachedmod
(object)
:
def __init__(self, mod, mtime):
self.lock = threading.Lock()
self.mod = mod
def __init__(self, mod, mtime):
self.lock = threading.Lock()
self.mod = mod