forked from VimPlug/jedi
Fix a lot of old docs code that doesn't exist anymore
This commit is contained in:
@@ -268,7 +268,7 @@ def use_metaclass(meta, *bases):
|
||||
""" Create a class with a metaclass. """
|
||||
if not bases:
|
||||
bases = (object,)
|
||||
return meta("HackClass", bases, {})
|
||||
return meta("Py2CompatibilityMetaClass", bases, {})
|
||||
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user