diff upreckon/files.py @ 212:1cbe2c428942

Cleaned up import statements
author Oleg Oshmyan <chortos@inbox.lv>
date Thu, 18 Aug 2011 17:17:15 +0300
parents c03a8113685d
children 7827e63cd148
line wrap: on
line diff
--- a/upreckon/files.py	Thu Aug 18 15:31:17 2011 +0300
+++ b/upreckon/files.py	Thu Aug 18 17:17:15 2011 +0300
@@ -5,7 +5,7 @@
 from __future__ import division, with_statement
 
 from .compat import *
-import contextlib, itertools, os, posixpath, re, shutil, sys
+import contextlib, os, posixpath, re, shutil
 
 # You don't need to know about anything else.
 __all__ = 'File', 'regexp'