Mercurial > hg > AuthRPC
diff README.txt @ 17:0dacc8e37fd9 0.0.1a
-
author | Ben Croston <ben@croston.org> |
---|---|
date | Mon, 05 Sep 2011 21:29:46 +0100 |
parents | 686b998428de |
children | 4b62687da58a |
line wrap: on
line diff
--- a/README.txt Mon Sep 05 21:23:53 2011 +0100 +++ b/README.txt Mon Sep 05 21:29:46 2011 +0100 @@ -10,7 +10,7 @@ import hashlib from wsgiref import simple_server - from authrpc.server import AuthRPCApp + from AuthRPC.server import AuthRPCApp def myauth(username, password, useragent): return username == 'myuser' and \