Skip to content

Commit

Permalink
Use default six version instead of the packaged version in django
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantomas42 committed Nov 8, 2013
1 parent 449b0d0 commit a2d11c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app_namespace/loader.py
Expand Up @@ -2,7 +2,8 @@
import os
import sys

from django.utils import six
import six

from django.conf import settings
from django.utils._os import safe_join
from django.template.loader import BaseLoader
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -41,5 +41,6 @@
'Intended Audience :: Developers',
'Operating System :: OS Independent',
'License :: OSI Approved :: BSD License',
'Topic :: Software Development :: Libraries :: Python Modules']
'Topic :: Software Development :: Libraries :: Python Modules'],
install_requires=['six']
)

0 comments on commit a2d11c0

Please sign in to comment.