Changed setup.py to work no matter where it is called from. We were previously
commit690e6a5ba7d2b3045f5b33a46921205a478bb03e
authormtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Thu, 21 Feb 2008 20:50:07 +0000 (21 20:50 +0000)
committermtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Thu, 21 Feb 2008 20:50:07 +0000 (21 20:50 +0000)
tree3047e5b1d7434c776b081614ee51b66deec7c2a7
parent21e5e2264e168568391c64c6fcadab79c4edcefe
Changed setup.py to work no matter where it is called from. We were previously
using __file__, which isn't consistent on Windows. Some awesome debugging (and
patch) here from Karen Tracey. Fixed #6562.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@7139 bcc190cf-cafb-0310-a4f2-bffc1f526a37
setup.py