Skip to content

Commit

Permalink
Syntax for Python 2.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhsamuel committed Jan 3, 2017
1 parent 69369fc commit aea5f61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/fixfmt/lib/box.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,8 @@ def box(width, height, sides=SINGLE):
get(0, t, l, 0)
+ get(0, t, 0, t) * width
+ get(0, 0, r, t)
, *((row, ) * height)
, get(l, b, 0, 0)
, ) + ((row, ) * height) + (
get(l, b, 0, 0)
+ get(0, b, 0, b) * width
+ get(r, 0, 0, b)
, ""
Expand Down

0 comments on commit aea5f61

Please sign in to comment.