diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-08-28 04:51:53 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-08-28 04:51:53 +0200 |
commit | 653d637b4ee1aa6fd112c11bf082883c3252c928 (patch) | |
tree | 644f2f253d9a9ad16eaf75a534b9f21215237fd2 /module/webui/app/__init__.py | |
parent | Move ServerThread and PluginThread to threads directory (diff) | |
download | pyload-653d637b4ee1aa6fd112c11bf082883c3252c928.tar.xz |
[webui] Improve and fix
Diffstat (limited to 'module/webui/app/__init__.py')
-rw-r--r-- | module/webui/app/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/webui/app/__init__.py b/module/webui/app/__init__.py index 175cafb3f..e52102840 100644 --- a/module/webui/app/__init__.py +++ b/module/webui/app/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -#from module.webui.app import api, cnl, json, pyload +from module.webui.app import api, cnl, json, pyload |