Merge pull request #227 from pfista/master

Remove duplicate import statement
This commit is contained in:
Jonathan Warren 2013-06-19 14:48:01 -07:00
commit 23bfb0e304
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