changed indexFolder

This commit is contained in:
Sander Schins 2017-01-21 02:23:14 +01:00
parent 7aa6c579e9
commit 32bfc80521
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ def getPluginVersion(loc):
return float(_version)
def indexPlugins(params={}):
tmpFolder = 'static/tmp'
indexFolderPath = 'static/tmp/pluginsIndex/'
tmpFolder = 'plugins/index'
indexFolderPath = 'plugins/index/'
docsFolderPath = 'static/docs/'
installedPlugins = []
staticFolder = ['css/', 'images/', 'fonts/', 'js/']