diff --git a/agents/special/agent_fritzbox_smarthome b/agents/special/agent_fritzbox_smarthome deleted file mode 100755 index 48c63127519dda4b07ce0bc284eab2517e47dee4..0000000000000000000000000000000000000000 --- a/agents/special/agent_fritzbox_smarthome +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env python3 -import sys - -from cmk.special_agents.agent_fritzbox_smarthome import main - -if __name__ == "__main__": - sys.exit(main())