From db7f53b81884a7e0728d78498fe4804f86b5c6e2 Mon Sep 17 00:00:00 2001 From: Johannes Neumeier Date: Fri, 31 Aug 2018 15:25:48 +0300 Subject: [PATCH] import GlyphsApp.* for constants --- ShowBlackFill.glyphsReporter/Contents/Resources/plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ShowBlackFill.glyphsReporter/Contents/Resources/plugin.py b/ShowBlackFill.glyphsReporter/Contents/Resources/plugin.py index fe9f525..31dfbe0 100755 --- a/ShowBlackFill.glyphsReporter/Contents/Resources/plugin.py +++ b/ShowBlackFill.glyphsReporter/Contents/Resources/plugin.py @@ -1,6 +1,7 @@ # encoding: utf-8 from GlyphsApp.plugins import * +from GlyphsApp import * class ShowBlackFill(ReporterPlugin):