Remove duplicate import statement #227

Merged
pfista merged 1 commits from master into master 2013-06-19 23:48:01 +02:00
Showing only changes of commit 9ebf6c159f - Show all commits

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