# HG changeset patch # User Matt Mackall # Date 1321592518 21600 # Node ID f9da84a950d097c7cb06397b123465b40d6d46f6 # Parent 646759147717243ca967fe99c627373c5a72e804 setup: backout 8504699d1aa6 Change wasn't compatible with Python 2.x diff -r 646759147717 -r f9da84a950d0 setup.py --- a/setup.py Thu Nov 17 16:53:17 2011 -0600 +++ b/setup.py Thu Nov 17 23:01:58 2011 -0600 @@ -210,7 +210,7 @@ ('build_ext', build.has_ext_modules), ] + build.sub_commands -class hgbuildmo(Command): +class hgbuildmo(build): description = "build translations (.mo files)" @@ -240,12 +240,6 @@ self.mkpath(join('mercurial', modir)) self.make_file([pofile], mobuildfile, spawn, (cmd,)) - def initialize_options(self): - pass - - def finalize_options(self): - pass - class hgdist(Distribution): pure = 0