← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~andreserl/maas/maas_yui_location into lp:maas

 

Andres Rodriguez has proposed merging lp:~andreserl/maas/maas_yui_location into lp:maas.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~andreserl/maas/maas_yui_location/+merge/97693

Update YUI_LOCATION path
-- 
https://code.launchpad.net/~andreserl/maas/maas_yui_location/+merge/97693
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~andreserl/maas/maas_yui_location into lp:maas.
=== modified file 'src/maasserver/views.py'
--- src/maasserver/views.py	2012-03-15 11:27:27 +0000
+++ src/maasserver/views.py	2012-03-15 16:22:19 +0000
@@ -306,7 +306,7 @@
 
 
 YUI_LOCATION = os.path.join(
-    os.path.dirname(__file__), 'static', 'jslibs', 'yui')
+    django_settings.STATIC_ROOT, 'jslibs', 'yui')
 
 
 def combo_view(request):


Follow ups