diff --git a/django_starfield/widgets.py b/django_starfield/widgets.py index ba26e58fffbc2287f32cb310f2b123709794e1a7..ae0aec541e3074d3b3e267b3e7dd0b03c8943fbf 100644 --- a/django_starfield/widgets.py +++ b/django_starfield/widgets.py @@ -1,4 +1,4 @@ -from django.forms.widget import Widget +from django.forms.widgets import Widget class Stars(Widget): template_name = 'django_starfield/stars.html'