Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

setup: add diagnostic output for pyrcc

Changeset 23c5d888b34c

Parent 02ababb180db

by Yuya Nishihara

Changes to one file · Browse files at 23c5d888b34c Showing diff from parent 02ababb180db Diff from another changeset...

Change 1 of 1 Show Entire File setup.py Stacked
 
94
95
96
97
 
 
 
98
99
100
 
94
95
96
 
97
98
99
100
101
102
@@ -94,7 +94,9 @@
  if os.system('pyrcc4 "%s" -o "%s"' % (qrc_file, py_file)) > 0:   self.warn("Unable to generate python module for resource file %s"   % qrc_file) - + else: + log.info('compiled %s into %s' % (qrc_file, py_file)) +   def run(self):   for dirpath, _, filenames in os.walk(join('tortoisehg', 'hgqt')):   for filename in filenames: