Skip to content

Commit

Permalink
add some imports
Browse files Browse the repository at this point in the history
  • Loading branch information
schriftgestalt committed Jan 30, 2018
1 parent 516f8b1 commit d3b51ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objectsGS.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import objc
import weakref
from GlyphsApp import *
from GlyphsApp import Proxy, UserDataProxy
from GlyphsApp import Proxy, UserDataProxy, GSElement, GSGlyph, GSClass, GSLayer, GSComponent, GSAnchor, GSPath, GSNode
from AppKit import NSView, NSColor, NSRectFill, NSChangeCleared
from Foundation import NSNumber, NSMutableArray, NSAffineTransform, NSClassFromString, NSMinX, NSMinY, NSMaxX, NSMaxY
from WebKit import WebView
Expand Down

0 comments on commit d3b51ee

Please sign in to comment.