From 1e1b64539144006c59c7b705700fc7f34c7a26b1 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 20 Feb 2013 12:00:22 +0100 Subject: more animation for dashboard --- module/api/FileApi.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'module/api/FileApi.py') diff --git a/module/api/FileApi.py b/module/api/FileApi.py index f470cfa3e..fa9d728cb 100644 --- a/module/api/FileApi.py +++ b/module/api/FileApi.py @@ -76,6 +76,12 @@ class FileApi(ApiComponent): def findFiles(self, pattern): pass + @RequirePerm(Permission.All) + def getAutocompletion(self, pattern): + # TODO + + return ["static", "autocompletion", "demo"] + @RequirePerm(Permission.All) def findPackages(self, tags): pass -- cgit v1.2.3