|
@ -226,7 +226,7 @@ def modprobe( name ): |
|
|
except ImportError: |
|
|
except ImportError: |
|
|
pass |
|
|
pass |
|
|
else: |
|
|
else: |
|
|
INSTALLED_APPS.append( name, ) |
|
|
INSTALLED_APPS.append( name ) |
|
|
|
|
|
|
|
|
# Check if rosetta is available. |
|
|
# Check if rosetta is available. |
|
|
# http://code.google.com/p/django-rosetta |
|
|
# http://code.google.com/p/django-rosetta |
|
|
xxxxxxxxxx