Skip to content

Commit

Permalink
Comment out authz_fake
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Nov 26, 2014
1 parent 9845ca5 commit 34b7294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python/WMCore/ReqMgr/Web/ReqMgrService.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
from WMCore.ReqMgr.Service.Request import Request
from WMCore.ReqMgr.Service.RestApiHub import RestApiHub
from WMCore.REST.Main import RESTMain
from WMCore.REST.Auth import authz_fake
#from WMCore.REST.Auth import authz_fake

def set_headers(itype, size=0):
"""
Expand Down Expand Up @@ -319,7 +319,7 @@ def index(self, **kwds):
def admin(self, **kwds):
"""admin page"""
print "\n### ADMIN PAGE"
authz_fake()
# authz_fake()
rows = self.admin_info.get()
print "rows", [r for r in rows]

Expand Down

0 comments on commit 34b7294

Please sign in to comment.