Ejemplo n.º 1
0
	def __init__(self, options):
		QtGui.QMainWindow.__init__(self)
		self.options = options
		self.ui = Ui_PendingCommits()
		self.ui.setupUi(self)
		self.newLine = ''
		self.rootDir = False
		self.colors = {
			'reset'   : '',
			'shipped' : '',
			'ready'   : '',
			'stashed' : '',
		}