chiark
/
gitweb
/
~mdw
/
cfd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
4e23685
)
mdwsetup.py: Insert a space before direct-superclass lists.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 9 Oct 2019 17:02:49 +0000
(18:02 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 8 May 2020 11:30:13 +0000
(12:30 +0100)
mdwsetup.py
patch
|
blob
|
blame
|
history
diff --git
a/mdwsetup.py
b/mdwsetup.py
index 385634d19334c4ee953f7cfd8ee4edb53c8038aa..0bce572a7cebac278dc2289733937d298575874c 100644
(file)
--- a/
mdwsetup.py
+++ b/
mdwsetup.py
@@
-259,7
+259,7
@@
class distdir (Command):
d = me.distribution
print('%s-%s' % (d.get_name(), d.get_version()))
d = me.distribution
print('%s-%s' % (d.get_name(), d.get_version()))
-class build_gen(Command):
+class build_gen
(Command):
"""
Generate files, according to the `genfiles'.
"""
Generate files, according to the `genfiles'.
@@
-288,7
+288,7
@@
class build (_build, Command):
sub_commands = [('build_gen', lambda me: me.distribution.genfiles)]
sub_commands += _build.sub_commands
sub_commands = [('build_gen', lambda me: me.distribution.genfiles)]
sub_commands += _build.sub_commands
-class clean_gen(Command):
+class clean_gen
(Command):
"""
Remove the generated files, as listed in `genfiles'.
"""
Remove the generated files, as listed in `genfiles'.
@@
-300,7
+300,7
@@
class clean_gen(Command):
d = me.distribution
for g in d.genfiles: g.clean(dry_run_p = me.dry_run)
d = me.distribution
for g in d.genfiles: g.clean(dry_run_p = me.dry_run)
-class clean_others(Command):
+class clean_others
(Command):
"""
Remove the files listed in the `cleanfiles' argument to `setup'.
"""
"""
Remove the files listed in the `cleanfiles' argument to `setup'.
"""