comparison silvermirror/hg.py @ 28:03911cb46f53

STUB: setup.py silvermirror/hg.py
author Jeff Hammel <k0scist@gmail.com>
date Fri, 31 Jan 2014 19:34:46 -0800
parents a648f57b1921
children 882b26fbfcd3
comparison
equal deleted inserted replaced
27:a648f57b1921 28:03911cb46f53
2 2
3 """ 3 """
4 stub for the hg backend of silvermirror 4 stub for the hg backend of silvermirror
5 """ 5 """
6 6
7 import hglib # http://mercurial.selenic.com/wiki/PythonHglib
7 import os 8 import os
8 import sys 9 import sys
9 import argparse 10 import argparse
10 11
11 _import_error = None 12 _import_error = None