Skip to content

Commit 7a54168

Browse files
committed
Merge branch 'revert-53716db5' into 'master'
Revert "Merge branch '18-nefunkcni-bookmark-a-subscription' into 'master'" See merge request 701/netbox/cesnet_service_path_plugin!23
2 parents 53716db + 1dc6a0a commit 7a54168

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed
Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,15 @@
11
"""Top-level package for Cesnet ServicePath Plugin."""
22

33
from netbox.plugins import PluginConfig
4-
from .version import __version__, __author__, __description__, __name__
4+
from .version import __version__, __author__, __email__, __description__, __name__
55

66

77
class CesnetServicePathPluginConfig(PluginConfig):
88
name = __name__
99
verbose_name = "Cesnet ServicePath Plugin"
1010
description = __description__
1111
version = __version__
12-
author = __author__
1312
base_url = "cesnet-service-path-plugin"
1413

15-
def ready(self):
16-
# Call the original ready method
17-
super().ready()
18-
19-
from netbox.models.features import register_models
20-
21-
register_models(*self.get_models())
22-
2314

2415
config = CesnetServicePathPluginConfig
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = "Jan Krupa"
22
__email__ = "[email protected]"
3-
__version__ = "4.0.1"
3+
__version__ = "4.0.0"
44
__description__ = "Adds ability to create service path in the CESNET network."
55
__name__ = "cesnet_service_path_plugin"

0 commit comments

Comments
 (0)