make pandora.json dynamic

This commit is contained in:
j 2010-09-07 15:08:23 +02:00
commit 7a01749b66
7 changed files with 22 additions and 5 deletions

View file

@ -5,6 +5,7 @@ import os
from os.path import join
SITENAME = 'Pandora'
SITEID = 'pandora'
URL = 'pan.do/ra'
PROJECT_ROOT = os.path.normpath(os.path.dirname(__file__))