Remove unused imports of new.

This commit is contained in:
Valentin Lorentz 2012-08-04 22:31:59 +02:00
parent 8507498be4
commit 3838ab5314
2 changed files with 0 additions and 2 deletions

View File

@ -30,7 +30,6 @@
from __future__ import division
import sys
import new
import random
from itertools import *

View File

@ -34,7 +34,6 @@ Simple utility functions related to strings.
"""
import re
import new
import sys
import string
import textwrap