Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Apr 8, 2015
1 parent 0be9814 commit 5f4e6e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions polymorphic/admin.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
ModelAdmin code to display polymorphic models.
"""
import sys
from django import forms
from django.conf.urls import patterns, url
from django.contrib import admin
Expand Down

0 comments on commit 5f4e6e1

Please sign in to comment.