summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/patchwork/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/patchwork/forms.py b/apps/patchwork/forms.py
index 22408d9..a758d46 100644
--- a/apps/patchwork/forms.py
+++ b/apps/patchwork/forms.py
@@ -19,7 +19,7 @@
from django.contrib.auth.models import User
-from django import newforms as forms
+from django import forms
from patchwork.models import RegistrationRequest, Patch, State, Bundle, \
UserProfile