Mercurial > repos > ric > test
view boh/unauthorized_access.py @ 11:015f2dcc2510 draft
Uploaded
| author | ric |
|---|---|
| date | Thu, 22 Sep 2016 08:33:51 -0400 |
| parents | |
| children |
line wrap: on
line source
# BEGIN_COPYRIGHT # END_COPYRIGHT import sys sys.exit("You are not authorized to use this tool")
