Add --sign and --ack options to "stg import"
[stgit] / stgit / utils.py
CommitLineData
41a6d859
CM
1"""Common utility functions
2"""
3
130df01a 4import errno, optparse, os, os.path, re, sys
83bb4e4c 5from stgit.config import config
5e888f30 6from stgit.out import *