Skip to content
Snippets Groups Projects
Commit ea6c6e12 authored by Theo Steininger's avatar Theo Steininger
Browse files

Small fixes.

parent 7513daa3
No related branches found
No related tags found
No related merge requests found
Pipeline #
from abc import ABCMeta, abstractmethod from abc import ABCMeta, abstractmethod
class Plottable: class Plottable(object):
__metaclass__ = ABCMeta __metaclass__ = ABCMeta
@abstractmethod @abstractmethod
......
...@@ -151,6 +151,7 @@ from keepers import Loggable,\ ...@@ -151,6 +151,7 @@ from keepers import Loggable,\
from nifty.plotting import Plottable from nifty.plotting import Plottable
class Space(Versionable, Loggable, Plottable, object): class Space(Versionable, Loggable, Plottable, object):
""" """
.. __ __ .. __ __
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment