Show More
@@ -210,7 +210,7 b' class hgbuild(build):' | |||||
210 | ('build_ext', build.has_ext_modules), |
|
210 | ('build_ext', build.has_ext_modules), | |
211 | ] + build.sub_commands |
|
211 | ] + build.sub_commands | |
212 |
|
212 | |||
213 |
class hgbuildmo( |
|
213 | class hgbuildmo(build): | |
214 |
|
214 | |||
215 | description = "build translations (.mo files)" |
|
215 | description = "build translations (.mo files)" | |
216 |
|
216 | |||
@@ -240,12 +240,6 b' class hgbuildmo(Command):' | |||||
240 | self.mkpath(join('mercurial', modir)) |
|
240 | self.mkpath(join('mercurial', modir)) | |
241 | self.make_file([pofile], mobuildfile, spawn, (cmd,)) |
|
241 | self.make_file([pofile], mobuildfile, spawn, (cmd,)) | |
242 |
|
242 | |||
243 | def initialize_options(self): |
|
|||
244 | pass |
|
|||
245 |
|
||||
246 | def finalize_options(self): |
|
|||
247 | pass |
|
|||
248 |
|
||||
249 |
|
243 | |||
250 | class hgdist(Distribution): |
|
244 | class hgdist(Distribution): | |
251 | pure = 0 |
|
245 | pure = 0 |
General Comments 0
You need to be logged in to leave comments.
Login now