remove dead import

pull/1/head
eric 2012-04-03 11:47:41 -04:00
parent 298bd5ad3c
commit 86834f5e99
1 changed files with 0 additions and 1 deletions

View File

@ -177,7 +177,6 @@ class Campaign(models.Model):
def activate(self):
from regluit.core.signals import signal_campaign_activated
status = self.status
if status != 'INITIALIZED':
raise UnglueitError(_('Campaign needs to be initialized in order to be activated'))