Django

Code

Show
Ignore:
Timestamp:
02/18/08 18:08:08 (11 months ago)
Author:
mtredinnick
Message:

Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).
Found by Bastian Kleineidam with help from pyflakes. Thanks.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/test/_doctest.py

    r6851 r7131  
    101101import __future__ 
    102102 
    103 import sys, traceback, inspect, linecache, os, re, types 
     103import sys, traceback, inspect, linecache, os, re 
    104104import unittest, difflib, pdb, tempfile 
    105105import warnings