Removed duplicate import statement for threading
This commit is contained in:
parent
a6704ac5dc
commit
9ebf6c159f
|
@ -32,7 +32,6 @@ from struct import *
|
||||||
import pickle
|
import pickle
|
||||||
import random
|
import random
|
||||||
import sqlite3
|
import sqlite3
|
||||||
import threading
|
|
||||||
from time import strftime, localtime, gmtime
|
from time import strftime, localtime, gmtime
|
||||||
import shutil # used for moving the messages.dat file
|
import shutil # used for moving the messages.dat file
|
||||||
import string
|
import string
|
||||||
|
|
Loading…
Reference in New Issue
Block a user