diff mercurial/cmdutil.py @ 14064:e4bfb9c337f3

remove unused imports and variables
author Alexander Solovyov <alexander@solovyov.net>
date Sat, 30 Apr 2011 13:59:14 +0200
parents 97ed99d1f419
children 04ce8fa1015d
line wrap: on
line diff
--- a/mercurial/cmdutil.py	Sat Apr 30 07:30:38 2011 -0500
+++ b/mercurial/cmdutil.py	Sat Apr 30 13:59:14 2011 +0200
@@ -8,7 +8,7 @@
 from node import hex, nullid, nullrev, short
 from i18n import _
 import os, sys, errno, re, glob, tempfile
-import util, scmutil, templater, patch, error, encoding, templatekw
+import util, scmutil, templater, patch, error, templatekw
 import match as matchmod
 import similar, revset, subrepo