Skip to content

Commit

Permalink
fix import punctuation in driver27/models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SRJ9 committed Oct 16, 2016
1 parent 39bd473 commit 2fddcbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver27/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from django.db import models
from django.db.models.signals import m2m_changed, pre_save
from django.core.exceptions import ValidationError
import punctuation
from driver27 import punctuation
from slugify import slugify

try:
Expand Down

0 comments on commit 2fddcbe

Please sign in to comment.