Changeset - 07df432b32c1
[Not reviewed]
0 1 0
Lance Edgar (lance) - 12 years ago 2012-07-26 16:02:02
lance@edbob.org
make extension require auth
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
rattail/db/extension/__init__.py
Show inline comments
 
@@ -32,3 +32,4 @@ from edbob.db.extensions import Extension
 
class RattailExtension(Extension):
 

	
 
    name = 'rattail'
 
    required_extensions = ['auth']
0 comments (0 inline, 0 general)