Skip to content

Commit 5493f3c

Browse files
committed
Fix missing import statement in for customize_workflow
- Legacy-Id: 6146
1 parent 36d4710 commit 5493f3c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ietf/wginfo/edit.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# edit/create view for WGs
22

3-
import re, os, string, datetime, shutil
3+
import re, os, datetime, shutil
44

55
from django.shortcuts import render_to_response, get_object_or_404, redirect
6+
from django.http import HttpResponseForbidden
67
from django.core.urlresolvers import reverse
78
from django.template import RequestContext
89
from django import forms

0 commit comments

Comments
 (0)