# HG changeset patch # User Oleg Oshmyan # Date 1313677035 -10800 # Node ID 1cbe2c428942faa29833c2bb335cb3f5fb678cca # Parent 78be952f6b4023adb4f2c1743da8bc1c8a1380d7 Cleaned up import statements diff -r 78be952f6b40 -r 1cbe2c428942 upreckon/files.py --- 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' diff -r 78be952f6b40 -r 1cbe2c428942 upreckon/upreckon-vcs --- a/upreckon/upreckon-vcs Thu Aug 18 15:31:17 2011 +0300 +++ b/upreckon/upreckon-vcs Thu Aug 18 17:17:15 2011 +0300 @@ -23,7 +23,7 @@ del parser from upreckon import config -import itertools, os, subprocess, sys, time +import os, subprocess, sys if options.legacy: compat.pseudobuiltins += 'xrange',