From 2a7f559476b4b09d2ef896a0335b433a820a8acf Mon Sep 17 00:00:00 2001 From: fivethreeo Date: Mon, 5 Sep 2011 22:22:56 +0200 Subject: [PATCH] fix helpers --- setup.py | 2 +- simple_translation/utils.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f072e8c..385eb6c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import os setup( name='simple-translation', - version='0.7.8', + version='0.7.9', description='This is a translation app/plugin with support for django-cms 2.1 plugins in the admin', long_description=open(os.path.join(os.path.dirname(__file__), 'README')).read(), author='Oyvind Saltvik', diff --git a/simple_translation/utils.py b/simple_translation/utils.py index e72031f..78d0db4 100644 --- a/simple_translation/utils.py +++ b/simple_translation/utils.py @@ -42,4 +42,4 @@ def get_translation_queryset(obj): return get_translation_manager(obj).all() def get_translated_model(model): - return info = translation_pool.get_info(model).translated_model \ No newline at end of file + return translation_pool.get_info(model).translated_model \ No newline at end of file