From 4924ed56b17a354b8810b39e2f974dc9bcee2933 Mon Sep 17 00:00:00 2001
From: Jonathan Warren <git@jonwarren.org>
Date: Fri, 22 Mar 2013 13:26:07 -0400
Subject: [PATCH] removed unnecessairly complex RPC code which causes an error
 to appear for windows users if they rename the EXE

---
 bitmessagemain.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bitmessagemain.py b/bitmessagemain.py
index 65fa54d4..8c552a08 100755
--- a/bitmessagemain.py
+++ b/bitmessagemain.py
@@ -48,7 +48,7 @@ import pickle
 import random
 import sqlite3
 import threading #used for the locks, not for the threads
-import cStringIO
+#import cStringIO
 from time import strftime, localtime
 import os
 import shutil #used for moving the messages.dat file