dcramer / django-devserver

A drop-in replacement for Django's runserver.
BSD 3-Clause "New" or "Revised" License
1.27k stars 159 forks source link

time.py will cause AttributeError #76

Open liuzhongshu opened 11 years ago

liuzhongshu commented 11 years ago

Using python 2.5 , the time.py in utils will cause wrong time module imported.

http://stackoverflow.com/questions/11568223/python-yet-another-attributeerror-module-object-has-no-attribute/11568680#11568680