Skip to content

Commit

Permalink
Add missing import.
Browse files Browse the repository at this point in the history
Fixes crash when using "sonata info".
  • Loading branch information
kurisuke committed Nov 3, 2012
1 parent 003de9f commit 59e9c42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sonata/cli.py
Expand Up @@ -2,6 +2,7 @@
import sys
import gettext
import logging
import locale
from optparse import OptionParser

from version import version
Expand Down

0 comments on commit 59e9c42

Please sign in to comment.