Kaydet (Commit) d5e695cd authored tarafından Russell Keith-Magee's avatar Russell Keith-Magee

Fixed #5178 -- Added missing 'import sys' in management/commands/test.py. Thanks…

Fixed #5178 -- Added missing 'import sys' in management/commands/test.py. Thanks for picking this up, michal@plovarna.cz.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@5900 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst f4d4936a
from django.core.management.base import BaseCommand
import sys
class Command(BaseCommand):
help = 'Runs the test suite for the specified applications, or the entire site if no apps are specified.'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment