comparison treepkg/git.py @ 560:19a3051caebd

import capture_output
author Bjoern Ricks <bricks@intevation.de>
date Fri, 02 Sep 2011 09:36:05 +0000
parents 3fbf0ea1740a
children 1f7746e2288e
comparison
equal deleted inserted replaced
559:3fbf0ea1740a 560:19a3051caebd
11 import shutil 11 import shutil
12 import re 12 import re
13 import StringIO 13 import StringIO
14 14
15 import run 15 import run
16
17 from run import capture_output
16 from cmdexpand import cmdexpand 18 from cmdexpand import cmdexpand
17 from util import extract_value_for_key 19 from util import extract_value_for_key
18 20
19 21
20 class GitError(Exception): 22 class GitError(Exception):
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)