removed unnecessairly complex RPC code which causes an error to appear for windows users if they rename the EXE
This commit is contained in:
parent
d1fe71111b
commit
4924ed56b1
|
@ -48,7 +48,7 @@ import pickle
|
||||||
import random
|
import random
|
||||||
import sqlite3
|
import sqlite3
|
||||||
import threading #used for the locks, not for the threads
|
import threading #used for the locks, not for the threads
|
||||||
import cStringIO
|
#import cStringIO
|
||||||
from time import strftime, localtime
|
from time import strftime, localtime
|
||||||
import os
|
import os
|
||||||
import shutil #used for moving the messages.dat file
|
import shutil #used for moving the messages.dat file
|
||||||
|
|
Reference in New Issue
Block a user