Skip to content

Commit 45f49e1

Browse files
committed
relative import for md5hash file
1 parent 6ea0e6d commit 45f49e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from django.views.decorators.csrf import csrf_exempt
22
from django.http import HttpResponse
33
import hashlib
4-
import md5hash
4+
from . import md5hash
55

66

77
def cryptobox_rendering(request):

0 commit comments

Comments
 (0)