Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alxchk committed Aug 20, 2016
1 parent 92388c4 commit faa7e07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pupy/conf/imports_done.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
import bz2
import code
import collections
import configparser
import contextlib
import copy
import ConfigParser
import cPickle
import Crypto.Cipher
import Crypto.Cipher.AES
Expand All @@ -40,7 +41,7 @@
import logging
import math
import multiprocessing
import new
import new
import os
import pkgutil
import platform
Expand Down

0 comments on commit faa7e07

Please sign in to comment.