Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
[bug 949080] Add missing import in case of error.
Browse files Browse the repository at this point in the history
  • Loading branch information
glogiotatidis committed Feb 1, 2014
1 parent eaaf00b commit 63d2091
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mozillians/users/migrations/0050_validate_twitter_accounts.py
Expand Up @@ -5,9 +5,11 @@
from south.db import db
from south.v2 import DataMigration
from django.db import models
from django.forms import ValidationError
from mozillians.phonebook.validators import validate_twitter
from mozillians.users.models import ExternalAccount


class Migration(DataMigration):

def forwards(self, orm):
Expand Down

0 comments on commit 63d2091

Please sign in to comment.