Skip to content

Commit

Permalink
Fixed faulty import
Browse files Browse the repository at this point in the history
  • Loading branch information
samluescher committed Jul 29, 2010
1 parent 03c3fae commit 5ca7662
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cms_columns/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import register_model
from django.db import models
from django.conf import settings
from django.core.exceptions import ImproperlyConfigured
Expand Down
1 change: 0 additions & 1 deletion cms_columns/cms_plugin_processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
_current_row_width = 0

def columns(instance, placeholder, rendered_content, original_context):

if not instance._render_meta.text_enabled and \
(not hasattr(settings, 'CMS_COLUMNS_PLACEHOLDERS') or placeholder.slot in settings.CMS_COLUMNS_PLACEHOLDERS):
global _current_row_width
Expand Down

0 comments on commit 5ca7662

Please sign in to comment.