quixote upload.py,1.4,1.5
Andrew Kuchling <akuchlin-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]>
| Newsgroups | gmane.comp.web.quixote.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/cvs/quixote
In directory hewson:/tmp/cvs-serv12411
Modified Files:
upload.py
Log Message:
Set .start_time in process_inputs()
Index: upload.py
===================================================================
RCS file: /home/cvs/quixote/upload.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- upload.py 3 Oct 2002 16:17:08 -0000 1.4
+++ upload.py 18 Oct 2002 18:21:55 -0000 1.5
@@ -313,6 +313,8 @@
% (clen, total_bytes))
def process_inputs (self):
+ self.start_time = time()
+
# Parse Content-Type header -- mainly to get the 'boundary'
# parameter. Barf if not there or unexpected type.
(ctype, boundary) = self.parse_content_type()