Imported Debian patch 4.8.10-2
This commit is contained in:
committed by
Mario Fetka
parent
8bc559c5a1
commit
358acdd85f
@@ -95,7 +95,7 @@ class _SchemaObject(Object):
|
||||
pass
|
||||
|
||||
|
||||
class _SchemaPlugin(object):
|
||||
class _SchemaPlugin:
|
||||
bases = None
|
||||
schema_key = None
|
||||
|
||||
@@ -352,7 +352,7 @@ class NotAvailable(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class Schema(object):
|
||||
class Schema:
|
||||
"""
|
||||
Store and provide schema for commands and topics
|
||||
|
||||
|
||||
Reference in New Issue
Block a user