comparison hgext/churn.py @ 7873:4a4c7f6a5912

cleanup: drop unused imports
author Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
date Mon, 23 Mar 2009 13:12:07 +0100
parents fece056bf240
children 206334f8aa0b
comparison
equal deleted inserted replaced
7872:f680a1bd679b 7873:4a4c7f6a5912
7 # of the GNU General Public License, incorporated herein by reference. 7 # of the GNU General Public License, incorporated herein by reference.
8 '''command to show certain statistics about revision history''' 8 '''command to show certain statistics about revision history'''
9 9
10 from mercurial.i18n import _ 10 from mercurial.i18n import _
11 from mercurial import patch, cmdutil, util, templater 11 from mercurial import patch, cmdutil, util, templater
12 import os, sys 12 import sys
13 import time, datetime 13 import time, datetime
14 14
15 def maketemplater(ui, repo, tmpl): 15 def maketemplater(ui, repo, tmpl):
16 tmpl = templater.parsestring(tmpl, quoted=False) 16 tmpl = templater.parsestring(tmpl, quoted=False)
17 try: 17 try: