comparison hgext/notify.py @ 6211:f89fd07fc51d

Expand import * to allow Pyflakes to find problems
author Joel Rosdahl <joel@rosdahl.net>
date Thu, 06 Mar 2008 22:23:26 +0100
parents 75d9fe70c654
children c3182eeb70ea
comparison
equal deleted inserted replaced
6210:942287cb1f57 6211:f89fd07fc51d
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 _ 68 from mercurial.i18n import _
69 from mercurial.node import * 69 from mercurial.node import bin, short
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.
74 single_template = ''' 74 single_template = '''