Proposed improvement on API naming

This commit is contained in:
Ian Paschal 2018-08-10 16:08:54 +02:00
parent a1bc2f3ebf
commit 6d237b09e8
2 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@
# Cura is released under the terms of the LGPLv3 or higher.
from UM.PluginRegistry import PluginRegistry
from cura.API.Backups import Backups
from cura.API.SidebarContextMenu import SidebarContextMenu
from cura.API.Sidebar import Sidebar
## The official Cura API that plug-ins can use to interact with Cura.
#
@ -19,4 +19,4 @@ class CuraAPI:
backups = Backups()
# Sidebar Context Menu API
sidebar_context_menu = SidebarContextMenu()
sidebar = Sidebar()