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

Translate repo history page and formate modual import

This commit is contained in:
xiez
2012-05-20 20:32:21 +08:00
parent f3d7a7dff0
commit 2d3f38397c
8 changed files with 53 additions and 41 deletions

View File

@@ -1,14 +1,11 @@
#!/usr/bin/env python
# encoding: utf-8
from django.shortcuts import render_to_response
from django.template import RequestContext
from django.utils.hashcompat import sha_constructor
import time
import re
import settings
import time
from django.shortcuts import render_to_response
from django.template import RequestContext
from django.utils.hashcompat import sha_constructor
def go_permission_error(request, msg=None):
"""