Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 2872 by lamott...@gmail.com: Faulity import in 1.7.2
http://code.google.com/p/reviewboard/issues/detail?id=2872

What version are you running?
1.7.2

What's the URL of the page containing the problem?
None

What steps will reproduce the problem?
1. django-admin.py index

What is the expected output? What do you see instead?
It works.  "Cannot import module: settings"

What operating system are you using? What browser?
Linux. Chrome.

Please provide any additional information below.

The commit: 900df433a5d477a747b6048cff140b644be2c992 is using a faulty "local" python import.

"import settings"

It should be:

"from django.conf import settings"


Fixing this fixes the above issue when someone goes to "django-admin.py index".

Thanks!

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.

Reply via email to