plugins: migrated hazelnut and googlemaps to the new plugin class, updated plugin...
[myslice.git] / plugins / debug_platform / __init__.py
index 5dbb2b6..543fa5c 100644 (file)
@@ -1,7 +1,7 @@
 from unfold.plugin       import Plugin
 from unfold.page         import Page
 from plugins.code_editor import CodeEditor
-from plugins.hazelnut.hazelnut import Hazelnut
+from plugins.hazelnut    import Hazelnut
 
 class DebugPlatform(Plugin):