Skip to content

Commit 5345b17

Browse files
committed
Added a missing import.
- Legacy-Id: 5455
1 parent e5f7dd8 commit 5345b17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/sync/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import subprocess, os, json
22

3-
from django.http import HttpResponse, HttpResponseForbidden, HttpResponseServerError, HttpResponseRedirect
3+
from django.http import HttpResponse, HttpResponseForbidden, HttpResponseServerError, HttpResponseRedirect, Http404
44
from django.shortcuts import render_to_response
55
from django.template import RequestContext
66
from django.template.loader import render_to_string

0 commit comments

Comments
 (0)