Removed duplicate import statement for threading

This commit is contained in:
Michael Pfister 2013-06-19 16:42:30 -05:00
parent a6704ac5dc
commit 9ebf6c159f
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ from struct import *
import pickle
import random
import sqlite3
import threading
from time import strftime, localtime, gmtime
import shutil # used for moving the messages.dat file
import string