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__)