gitso

gitso Commit Details


Date:2012-10-14 16:35:58 (12 years 2 months ago)
Author:gerberad
Branch:master
Commit:c4fa566afff77273dfba39fa3ab0a5b07f45440a
Parents: a5841e68ea9b0f0da4d6e285cd87e16905e2974f
Message:Added imports for re: patch from: jirib@devio.us.

Changes:

File differences

gitso/trunk/ArgsParser.py
2828
2929
3030
31
3132
3233
3334
import signal
import os.path
import urllib
import re
class ArgsParser:
def __init__(self):
gitso/trunk/ConnectionWindow.py
2424
2525
2626
27
27
2828
2929
3030
"""
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):
gitso/trunk/GitsoThread.py
2424
2525
2626
27
27
2828
2929
3030
"""
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):

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05744s using 13 queries.