Skip to content

Commit

Permalink
adding module __init__ and updating docs for use from other apps
Browse files Browse the repository at this point in the history
  • Loading branch information
progrium committed Jan 19, 2011
1 parent 79b89cc commit 3f21159
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file added __init__.py
Empty file.
4 changes: 2 additions & 2 deletions keymaster.py
Expand Up @@ -5,7 +5,7 @@
include this line in your app.yaml under handlers:
- url: /_km/.*
script: keymaster.py
script: shared/keymaster.py
login: admin
Now you can go to /_km/key as an admin user to create a key. You enter the
Expand All @@ -16,7 +16,7 @@
Using the API is just importing and then using the get function:
import keymaster
from shared import keymaster
descrypted_password = keymaster.get('some_service:api_key')
Expand Down

0 comments on commit 3f21159

Please sign in to comment.