Add missing import

And remove redundant double import.
This commit is contained in:
nyuszika7h 2014-02-20 16:46:52 +01:00
parent 346364b938
commit 5ed31496a3

View File

@ -15,7 +15,6 @@ from tools import decorators
from datetime import datetime, timedelta from datetime import datetime, timedelta
from collections import defaultdict from collections import defaultdict
import threading import threading
import random
import copy import copy
import time import time
import re import re
@ -25,6 +24,7 @@ import imp
import math import math
import fnmatch import fnmatch
import random import random
import subprocess
BOLD = "\u0002" BOLD = "\u0002"