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')