hgext/churn.py
changeset 10905 13a1b2fb7ef2
parent 10821 a6ac91c313af
child 11264 30c620e48d1c
--- a/hgext/churn.py	Wed Apr 14 09:09:43 2010 +0200
+++ b/hgext/churn.py	Wed Apr 14 17:58:10 2010 +0900
@@ -10,7 +10,7 @@
 
 from mercurial.i18n import _
 from mercurial import patch, cmdutil, util, templater
-import sys, os
+import os
 import time, datetime
 
 def maketemplater(ui, repo, tmpl):