Skip to content

Commit

Permalink
added missing import, should have been part of #103 to fix #102
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Sep 11, 2019
1 parent 9749c6d commit 9e8cb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/vanilla/vanillaBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
NSLayoutRelationLessThanOrEqual, NSLayoutRelationEqual, NSLayoutRelationGreaterThanOrEqual

try:
from AppKit import NSLayoutAttributeLastBaseline
from AppKit import NSLayoutAttributeLastBaseline, NSLayoutAttributeFirstBaseline
except ImportError:
NSLayoutAttributeLastBaseline = 11
NSLayoutAttributeFirstBaseline = 12
Expand Down

0 comments on commit 9e8cb5f

Please sign in to comment.