Update Userscript with @grant

This commit is contained in:
Ruud
2012-08-27 22:45:35 +02:00
parent 9a0a829802
commit a6c4763d6d
2 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ log = CPLog(__name__)
class Userscript(Plugin):
version = 2
version = 3
def __init__(self):
addApiView('userscript.get/<random>/<path:filename>', self.getUserScript, static = True)