Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit29b1bae

Browse files
committed
Use super
1 parent9c143fa commit29b1bae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎setup.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class install(_install):
122122

123123
defrun(self):
124124
self.run_command("build")
125-
_install.run(self)
125+
super().run()
126126

127127

128128
cmdclass= {"build":build,"install":install}
@@ -144,7 +144,7 @@ def run(self):
144144

145145
classBuildDocMan(BuildDoc):
146146
definitialize_options(self):
147-
BuildDoc.initialize_options(self)
147+
super().initialize_options()
148148
self.builder="man"
149149
self.source_dir="doc/sphinx/source"
150150
self.build_dir="build"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2026 Movatter.jp