瀏覽代碼

...

master
jfinn 2 月之前
父節點
當前提交
28d2637efd
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. 3
    3
      wsps/views.py

+ 3
- 3
wsps/views.py 查看文件

@@ -5,9 +5,9 @@ from django.http import HttpResponse
5 5
 # from wsps.tasks_loop import *
6 6
 
7 7
 # wsps.
8
-import tasks_loop
9
-# import wsps.tasks_loop
10
-glob_cl = tasks_loop.glob_cl
8
+# import tasks_loop
9
+import wsps.tasks_loop
10
+glob_cl = wsps.tasks_loop.glob_cl
11 11
 # glob_cl.has_cl
12 12
 # glob_cl.acl
13 13
 # Create your views here.

Loading…
取消
儲存