From: Robin Wittler Date: Wed, 3 Aug 2011 11:36:27 +0000 (+0200) Subject: add import os X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=96e3e89e6feae092744832b58be5377982dc9a33;p=profitbricks%2Fjenkins-build-scripts.git add import os --- diff --git a/lib/git_helper.py b/lib/git_helper.py index 31bdc86..771e6e0 100644 --- a/lib/git_helper.py +++ b/lib/git_helper.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +import os import git import logging import subprocess