Browse Source

...

master
jfinn 8 months ago
parent
commit
1cb45acf53
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      wsps/views.py

+ 1
- 1
wsps/views.py View File

18
 def fn_v(request,*a,**kw):
18
 def fn_v(request,*a,**kw):
19
 	# glob_cl.acl
19
 	# glob_cl.acl
20
 	# if 
20
 	# if 
21
-	return HttpResponse("fn_v?") 
21
+	# return HttpResponse("fn_v?") 
22
 	if (glob_cl.has_cl):
22
 	if (glob_cl.has_cl):
23
 		return HttpResponse("fn_v has_cl") 
23
 		return HttpResponse("fn_v has_cl") 
24
 	return HttpResponse("fn_v") 
24
 	return HttpResponse("fn_v") 

Loading…
Cancel
Save