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,7 +18,7 @@ def index(request):
18 18
 def fn_v(request,*a,**kw):
19 19
 	# glob_cl.acl
20 20
 	# if 
21
-	return HttpResponse("fn_v?") 
21
+	# return HttpResponse("fn_v?") 
22 22
 	if (glob_cl.has_cl):
23 23
 		return HttpResponse("fn_v has_cl") 
24 24
 	return HttpResponse("fn_v") 

Loading…
Cancel
Save