Xqt has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/95789


Change subject: Inherit BasicBot from object and enable super() method
......................................................................

Inherit BasicBot from object and enable super() method

Change-Id: I670f8022b599258c955337249948495d4c2434ce
---
M basic.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/compat 
refs/changes/89/95789/1

diff --git a/basic.py b/basic.py
index 49dbc5b..96e2a7b 100644
--- a/basic.py
+++ b/basic.py
@@ -37,7 +37,7 @@
 }
 
 
-class BasicBot:
+class BasicBot(object):
     # Edit summary message that should be used is placed on /i18n subdirectory.
     # The file containing these messages should have the same name as the 
caller
     # script (i.e. basic.py in this case)

-- 
To view, visit https://gerrit.wikimedia.org/r/95789
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I670f8022b599258c955337249948495d4c2434ce
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/compat
Gerrit-Branch: master
Gerrit-Owner: Xqt <i...@gno.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to