From 96e3e89e6feae092744832b58be5377982dc9a33 Mon Sep 17 00:00:00 2001 From: Robin Wittler Date: Wed, 3 Aug 2011 13:36:27 +0200 Subject: [PATCH] add import os --- lib/git_helper.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5