Remove extra __author__ declarations
This commit is contained in:
parent
df179c9233
commit
334633662e
14 changed files with 0 additions and 34 deletions
|
|
@ -6,9 +6,6 @@ from numpy import pi
|
|||
|
||||
from . import Shape, Polygon, normalized_shape_tuple, DEFAULT_POLY_NUM_POINTS
|
||||
from .. import PatternError
|
||||
|
||||
|
||||
__author__ = 'Jan Petykiewicz'
|
||||
from ..utils import is_scalar, vector2, layer_t
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -5,9 +5,6 @@ from numpy import pi
|
|||
|
||||
from . import Shape, Polygon, normalized_shape_tuple, DEFAULT_POLY_NUM_POINTS
|
||||
from .. import PatternError
|
||||
|
||||
|
||||
__author__ = 'Jan Petykiewicz'
|
||||
from ..utils import is_scalar, vector2, layer_t
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -6,9 +6,6 @@ from numpy import pi
|
|||
|
||||
from . import Shape, Polygon, normalized_shape_tuple, DEFAULT_POLY_NUM_POINTS
|
||||
from .. import PatternError
|
||||
|
||||
|
||||
__author__ = 'Jan Petykiewicz'
|
||||
from ..utils import is_scalar, rotation_matrix_2d, vector2, layer_t
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ from .. import PatternError
|
|||
from ..utils import is_scalar, rotation_matrix_2d, vector2, layer_t
|
||||
from ..utils import remove_colinear_vertices, remove_duplicate_vertices
|
||||
|
||||
__author__ = 'Jan Petykiewicz'
|
||||
|
||||
|
||||
class Path(Shape):
|
||||
|
|
|
|||
|
|
@ -8,8 +8,6 @@ from .. import PatternError
|
|||
from ..utils import is_scalar, rotation_matrix_2d, vector2, layer_t
|
||||
from ..utils import remove_colinear_vertices, remove_duplicate_vertices
|
||||
|
||||
__author__ = 'Jan Petykiewicz'
|
||||
|
||||
|
||||
class Polygon(Shape):
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -7,8 +7,6 @@ from ..error import PatternError, PatternLockedError
|
|||
from ..utils import is_scalar, rotation_matrix_2d, vector2, layer_t
|
||||
|
||||
|
||||
__author__ = 'Jan Petykiewicz'
|
||||
|
||||
|
||||
# Type definitions
|
||||
normalized_shape_tuple = Tuple[Tuple,
|
||||
|
|
|
|||
|
|
@ -12,9 +12,6 @@ from ..utils import is_scalar, vector2, get_bit, normalize_mirror, layer_t
|
|||
# from matplotlib.path import Path
|
||||
|
||||
|
||||
__author__ = 'Jan Petykiewicz'
|
||||
|
||||
|
||||
class Text(Shape):
|
||||
"""
|
||||
Text (to be printed e.g. as a set of polygons).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue