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:
11
utils.py
11
utils.py
@@ -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):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user