comparison hgext/notify.py @ 3893:6b4127c7d52a

Simplify i18n imports
author Matt Mackall <mpm@selenic.com>
date Thu, 14 Dec 2006 20:25:19 -0600
parents abaee83ce0a6
children e6d26e71f049
comparison
equal deleted inserted replaced
3892:2eec996f2fb9 3893:6b4127c7d52a
63 # glob patterns are matched against path to repo root. 63 # glob patterns are matched against path to repo root.
64 # 64 #
65 # if you like, you can put notify config file in repo that users can 65 # if you like, you can put notify config file in repo that users can
66 # push changes to, they can manage their own subscriptions. 66 # push changes to, they can manage their own subscriptions.
67 67
68 from mercurial.i18n import gettext as _ 68 from mercurial.i18n import _
69 from mercurial.node import * 69 from mercurial.node import *
70 from mercurial import patch, cmdutil, templater, util, mail 70 from mercurial import patch, cmdutil, templater, util, mail
71 import email.Parser, fnmatch, socket, time 71 import email.Parser, fnmatch, socket, time
72 72
73 # template for single changeset can include email headers. 73 # template for single changeset can include email headers.