diff contrib/casesmash.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 f5765353d430
children 9de689d20230
line wrap: on
line diff
--- a/contrib/casesmash.py	Thu Jun 13 01:44:02 2013 +0200
+++ b/contrib/casesmash.py	Thu Jun 13 01:36:58 2013 +0200
@@ -1,4 +1,4 @@
-import sys, os, __builtin__
+import os, __builtin__
 from mercurial import util
 
 def lowerwrap(scope, funcname):