8ddf5e7a78ad

Remove an unused import.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 26 Aug 2009 18:34:46 -0400
parents 90526072108a
children 695233cc2503
branches/tags (none)
files t.py

Changes

--- a/t.py	Wed Aug 26 18:12:58 2009 -0400
+++ b/t.py	Wed Aug 26 18:34:46 2009 -0400
@@ -2,7 +2,7 @@
 
 from __future__ import with_statement
 
-import os, sys, hashlib, operator
+import os, hashlib, operator
 from optparse import OptionParser