Merge pull request #527 from camponez/next

Remove unused imports
This commit is contained in:
John Wiegley 2018-01-31 16:37:14 -08:00 committed by GitHub
commit e12b8d0f41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
acprep
View file

@ -12,11 +12,7 @@ import optparse
import os
import re
import shutil
import string
import sys
import time
import tempfile
import datetime
try:
import hashlib