Bumped up python version in the template.
[redakcja.git] / platforma / config / platforma.wsgi.template
index b1b35b4..6a1770c 100644 (file)
@@ -1,6 +1,6 @@
 #!%(python)s
 import site
-site.addsitedir('%(path)s/lib/python2.5/site-packages')
+site.addsitedir('%(path)s/lib/python2.6/site-packages')
 
 import os
 from os.path import abspath, dirname, join