diff tests/test-ui-color.py @ 19323:ff1586a3adc5

cleanup: remove unused imports detected by pyflakes
author Simon Heimberg <simohe@besonet.ch>
date Thu, 13 Jun 2013 01:36:58 +0200 (2013-06-12)
parents a08775ec89f2
children
line wrap: on
line diff
--- a/tests/test-ui-color.py
+++ b/tests/test-ui-color.py
@@ -1,4 +1,4 @@
-import os, sys
+import os
 from hgext import color
 from mercurial import dispatch, ui