From 2ac625014974e132ffd0dace725fa22b8e349319 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 2 Feb 2012 09:23:07 -0400 Subject: [PATCH] Fix imports --- apps/document_indexing/filesystem.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/apps/document_indexing/filesystem.py b/apps/document_indexing/filesystem.py index adacc2474c..b57b989dde 100644 --- a/apps/document_indexing/filesystem.py +++ b/apps/document_indexing/filesystem.py @@ -5,10 +5,8 @@ import os from django.utils.translation import ugettext_lazy as _ -from .os_specifics import (assemble_suffixed_filename, - assemble_path_from_list) -from .conf.settings import (FILESERVING_ENABLE, FILESERVING_PATH) -from .conf.settings import SUFFIX_SEPARATOR +from .conf.settings import (FILESERVING_ENABLE, FILESERVING_PATH, + SUFFIX_SEPARATOR) def assemble_suffixed_filename(filename, suffix=0):