Skip to content

Commit

Permalink
Missing import : from shlex import split as cmd_split
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyb authored and jezdez committed Feb 7, 2011
1 parent 425ce8c commit 3d367eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compressor/utils.py
Expand Up @@ -9,6 +9,8 @@
from compressor.conf import settings
from compressor.exceptions import FilterError

from shlex import split as cmd_split

try:
any = any
except NameError:
Expand Down

0 comments on commit 3d367eb

Please sign in to comment.