mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-10-10 17:19:51 +00:00
Remove unneccessary import
This commit is contained in:
parent
6ade2a90c2
commit
456a68ea25
1 changed files with 0 additions and 1 deletions
|
@ -51,7 +51,6 @@ def unregister_deserialization_handlers():
|
|||
|
||||
def deserialize_exception(fq_classname, data):
|
||||
class_object = get_class_object(fq_classname)
|
||||
from Pyro4.util import SerializerBase
|
||||
return SerializerBase.make_exception(class_object, data)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue