mercurial/templater.py
changeset 5974 bed929082b58
parent 5915 d0576d065993
child 5975 75d9fe70c654
--- 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):