Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #239 from enthought/feature-expose-box-api
Browse files Browse the repository at this point in the history
ENH: Expose Box, Pos, Rect, Size in the API
  • Loading branch information
sccolbert committed Jan 16, 2013
2 parents 15a54a2 + ddf1493 commit 6b203cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions enaml/layout/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
from .layout_helpers import (
align, hbox, vbox, horizontal, vertical, grid, spacer,
)
from .geometry import Box, BoxF, Pos, PosF, Rect, RectF, Size, SizeF

0 comments on commit 6b203cc

Please sign in to comment.