babel 1.0 doesn't have a localedata.list() method, so updated setup.py.

made "import crypto" fully qualified
This commit is contained in:
Rodney Ewing 2013-07-29 11:25:34 -07:00
parent 9a2b36c9a2
commit 130b85f81a
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
import itsdangerous
import logging
import crypto
from mediagoblin.tools import crypto
_log = logging.getLogger(__name__)

View File

@ -52,7 +52,7 @@ setup(
'kombu==2.1.7',
'jinja2',
'sphinx',
'Babel',
'Babel<1.0',
'argparse',
'webtest<2',
'ConfigObj',