Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: compat.py
string_types = str, bytes def with_metaclass(meta, *bases): """Create a base class with a metaclass.""" return meta("NewBase", bases, {})