templater: remove node import
authorMatt Mackall <mpm@selenic.com>
Thu, 31 Jan 2008 14:44:19 -0600
changeset 5974 bed929082b58
parent 5973 ea77f6f77514
child 5975 75d9fe70c654
templater: remove node import
mercurial/templater.py
--- 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):