diff --git a/gitso/trunk/ArgsParser.py b/gitso/trunk/ArgsParser.py
index 8e7c402..170cd20 100644
--- a/gitso/trunk/ArgsParser.py
+++ b/gitso/trunk/ArgsParser.py
@@ -28,6 +28,7 @@ import sys
import signal
import os.path
import urllib
+import re
class ArgsParser:
def __init__(self):
diff --git a/gitso/trunk/ConnectionWindow.py b/gitso/trunk/ConnectionWindow.py
index b0eba76..560bf51 100644
--- a/gitso/trunk/ConnectionWindow.py
+++ b/gitso/trunk/ConnectionWindow.py
@@ -24,7 +24,7 @@ along with Gitso. If not, see .
"""
import wx
-import os, sys, signal, os.path, time, thread
+import os, sys, signal, os.path, time, thread, re
import AboutWindow, GitsoThread
class ConnectionWindow(wx.Frame):
diff --git a/gitso/trunk/GitsoThread.py b/gitso/trunk/GitsoThread.py
index 0a65d7c..2759b88 100755
--- a/gitso/trunk/GitsoThread.py
+++ b/gitso/trunk/GitsoThread.py
@@ -24,7 +24,7 @@ along with Gitso. If not, see .
"""
import threading, time
-import os, sys, signal, os.path
+import os, sys, signal, os.path, re
import Processes
if sys.platform == 'darwin' or re.match('(?:open|free|net)bsd|linux',sys.platform):