No need to subclass 'object' in python3
This commit is contained in:
parent
6cc6556e8a
commit
0a7c26bb08
3 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ from .utils import is_scalar, rotation_matrix_2d, vector2
|
|||
__author__ = 'Jan Petykiewicz'
|
||||
|
||||
|
||||
class SubPattern(object):
|
||||
class SubPattern:
|
||||
"""
|
||||
SubPattern provides basic support for nesting Pattern objects within each other, by adding
|
||||
offset, rotation, scaling, and associated methods.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue