changeset 5974:bed929082b58

templater: remove node import
author Matt Mackall <mpm@selenic.com>
date Thu, 31 Jan 2008 14:44:19 -0600
parents ea77f6f77514
children 75d9fe70c654
files mercurial/templater.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/templater.py	Thu Jan 31 14:44:19 2008 -0600
+++ b/mercurial/templater.py	Thu Jan 31 14:44:19 2008 -0600
@@ -6,7 +6,6 @@
 # of the GNU General Public License, incorporated herein by reference.
 
 from i18n import _
-from node import *
 import cgi, re, sys, os, time, urllib, util, textwrap
 
 def parsestring(s, quoted=True):