1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 16:36:15 +00:00

Add missing import when rebase

This commit is contained in:
xiez
2012-04-13 17:31:25 +08:00
parent f539743f06
commit 9063bbf1f4

View File

@@ -6,7 +6,7 @@ from seahub.views import root, peers, groups, myhome, \
repo, group, modify_token, remove_repo, seafadmin, useradmin, \
role_add, role_remove, activate_user, user_add, user_remove, \
ownerhome, remove_fetched_repo, repo_set_public, repo_unset_public, \
repo_list_dir
repo_list_dir, user_info
# Uncomment the next two lines to enable the admin:
#from django.contrib import admin