mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 10:16:32 +01:00
Removed 'self' from _get_mysql_db_version()
This commit is contained in:
parent
9b62b8bda8
commit
7e3bc95c4c
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ __all__ = ("to_pickle", "from_pickle", "do_pickle", "do_unpickle",
|
|||
|
||||
PICKLE_PROTOCOL = 2
|
||||
|
||||
def _get_mysql_db_version(self):
|
||||
def _get_mysql_db_version():
|
||||
"""
|
||||
This is a helper method for specifically getting the version
|
||||
string of a MySQL database.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue