Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/768675 )
Change subject: [upload] Move upload method to _upload.UploadMixin ......................................................................
[upload] Move upload method to _upload.UploadMixin
Change-Id: I0f3be34de60e7e3db1875039238f00f63e90a9cf --- R pywikibot/site/_upload.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/pywikibot/site/_apisite.py b/pywikibot/site/_upload.py similarity index 99% rename from pywikibot/site/_apisite.py rename to pywikibot/site/_upload.py index 851ca9d..b3eb4cf 100644 --- a/pywikibot/site/_apisite.py +++ b/pywikibot/site/_upload.py @@ -1,6 +1,6 @@ """Objects representing API interface to MediaWiki site.""" # -# (C) Pywikibot team, 2008-2022 +# (C) Pywikibot team, 2009-2022 # # Distributed under the terms of the MIT license. #