Browse Source

...

master
jfinn 2 weeks ago
parent
commit
28d2637efd
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      wsps/views.py

+ 3
- 3
wsps/views.py View File

5
 # from wsps.tasks_loop import *
5
 # from wsps.tasks_loop import *
6
 
6
 
7
 # wsps.
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
 # glob_cl.has_cl
11
 # glob_cl.has_cl
12
 # glob_cl.acl
12
 # glob_cl.acl
13
 # Create your views here.
13
 # Create your views here.

Loading…
Cancel
Save