Changeset 8046 for django/trunk/django/core/files/uploadhandler.py
- Timestamp:
- 07/21/08 22:24:09 (6 months ago)
- Files:
-
- django/trunk/django/core/files/uploadhandler.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/core/files/uploadhandler.py
r7859 r8046 2 2 Base file upload handler classes, and the built-in concrete subclasses 3 3 """ 4 import os 5 import tempfile 4 6 5 try: 7 6 from cStringIO import StringIO
