From 554a8a2e6a802d25816d4f0746f470f060bc0c56 Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Mon, 28 Nov 2016 10:21:12 +0100 Subject: [PATCH] Remove stray __init__.py file from plugins dir Since it completely breaks plugin loading as the plugin system thinks it is a plugin it needs to load. Fixes CURA-3041 --- plugins/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 plugins/__init__.py diff --git a/plugins/__init__.py b/plugins/__init__.py deleted file mode 100644 index e69de29bb2..0000000000