Skip to content

Commit

Permalink
Fix #47 -- add missing shutil import
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Apr 19, 2016
1 parent 57bab7b commit db7229e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgbuilder/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
import sys
import time
import threading
import subprocess
import textwrap
import shutil

__all__ = ('get_termwidth', 'hanging_indent', 'mlist',
'Progress', 'Throbber', 'ProgressThrobber')
Expand Down

0 comments on commit db7229e

Please sign in to comment.