Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-vannini committed May 18, 2017
1 parent 1bd63e4 commit b65a91b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file modified bin/papirus-radar
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion papirus/textpos.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __init__(self, text, x, y, size):
self.endx = 0
self.endy = 0

class PapirusTextPos():
class PapirusTextPos(object):
def __init__(self, autoUpdate = True, rotation = 0):
# Set up the PaPirus and dictionary for text
self.papirus = Papirus(rotation = rotation)
Expand Down

0 comments on commit b65a91b

Please sign in to comment.