remove unused import

This commit is contained in:
Frédéric Péters 2013-10-02 22:27:08 +02:00
parent a11364a74d
commit 375c2cd007
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@
'''Launcher App'''
import urlparse
from django.template.defaultfilters import slugify
from .base import BaseApp