diff --git a/progit/__init__.py b/progit/__init__.py index 2771159..636d756 100644 --- a/progit/__init__.py +++ b/progit/__init__.py @@ -16,6 +16,7 @@ __version__ = '0.1' import logging import os +import subprocess from logging.handlers import SMTPHandler import arrow