comparison mercurial/sshrepo.py @ 3891:6b4127c7d52a

Simplify i18n imports
author Matt Mackall <mpm@selenic.com>
date Thu, 14 Dec 2006 20:25:19 -0600
parents abaee83ce0a6
children 664a1c312972 6d5ed61c508c
comparison
equal deleted inserted replaced
3890:2eec996f2fb9 3891:6b4127c7d52a
5 # This software may be used and distributed according to the terms 5 # This software may be used and distributed according to the terms
6 # of the GNU General Public License, incorporated herein by reference. 6 # of the GNU General Public License, incorporated herein by reference.
7 7
8 from node import * 8 from node import *
9 from remoterepo import * 9 from remoterepo import *
10 from i18n import gettext as _ 10 from i18n import _
11 import hg, os, re, stat, util 11 import hg, os, re, stat, util
12 12
13 class sshrepository(remoterepository): 13 class sshrepository(remoterepository):
14 def __init__(self, ui, path, create=0): 14 def __init__(self, ui, path, create=0):
15 self._url = path 15 self._url = path