Skip to content

Commit

Permalink
Py3k fix, remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanschnell committed Jan 11, 2014
1 parent 0a3fdb4 commit beb20b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conda/builder/pypi.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import sys
from os import makedirs, listdir, getcwd, chdir
from os.path import join, isdir, exists, isfile
import cStringIO
from tempfile import mkdtemp
from collections import defaultdict
import keyword
Expand Down

0 comments on commit beb20b9

Please sign in to comment.