Renamed plugin

This commit is contained in:
Jaime van Kessel 2016-04-18 16:32:02 +02:00
parent 960ac9af99
commit 4817c05a52
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Copyright (c) 2015 Ultimaker B.V.
# Cura is released under the terms of the AGPLv3 or higher.
from . import WifiOutputDevicePlugin
from . import NetworkPrinterOutputDevicePlugin
from UM.i18n import i18nCatalog
catalog = i18nCatalog("cura")
@ -16,5 +16,5 @@ def getMetaData():
}
def register(app):
return { "output_device": WifiOutputDevicePlugin.WifiOutputDevicePlugin() }
return { "output_device": NetworkPrinterOutputDevicePlugin.WifiOutputDevicePlugin()}