From 0fa60fb44e8e92470d64d425eb8c4ffca3883d18 Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Sun, 17 Mar 2019 09:00:34 -0400 Subject: [PATCH] Update config.py --- Frotz/config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Frotz/config.py b/Frotz/config.py index 68b41ac..951ab95 100644 --- a/Frotz/config.py +++ b/Frotz/config.py @@ -28,5 +28,3 @@ Frotz = conf.registerPlugin('Frotz') conf.registerGlobalValue(Frotz, 'dfrotzPath', registry.String('/usr/local/bin/dfrotz', _("""The path to the dfrotz executable."""))) - -Frotz = conf.registerPlugin('Frotz')