diff contrib/synthrepo.py @ 19322:ff1586a3adc5

cleanup: remove unused imports detected by pyflakes
author Simon Heimberg <simohe@besonet.ch>
date Thu, 13 Jun 2013 01:36:58 +0200
parents deffb5e990db
children 05e58b08fdfe
line wrap: on
line diff
--- a/contrib/synthrepo.py	Thu Jun 13 01:44:02 2013 +0200
+++ b/contrib/synthrepo.py	Thu Jun 13 01:36:58 2013 +0200
@@ -36,7 +36,7 @@
 '''
 
 import bisect, collections, json, os, random, time, sys
-from mercurial import cmdutil, context, patch, scmutil, url, util, hg
+from mercurial import cmdutil, context, patch, scmutil, util, hg
 from mercurial.i18n import _
 from mercurial.node import nullrev, nullid