diff --git a/progit/hooks/__init__.py b/progit/hooks/__init__.py index 1d37002..7652c10 100644 --- a/progit/hooks/__init__.py +++ b/progit/hooks/__init__.py @@ -9,6 +9,7 @@ """ import os +import shutil from progit import APP