Initial work on V2 of the Auth API, also fixes for V1

This commit is contained in:
2011-01-09 13:01:29 +00:00
parent 44547695f6
commit 7be1f97cba
4 changed files with 38 additions and 16 deletions

2
api/handlers/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
from v1 import *
from v2 import *