Skip to content

Commit 929d50e

Browse files
Remove details
1 parent 06f83b6 commit 929d50e

File tree

6 files changed

+0
-20
lines changed

6 files changed

+0
-20
lines changed

pygly/object_space.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
'''
2-
.. moduleauthor:: Adam Griffiths <[email protected]>
3-
'''
4-
51
import sys
62

73
import numpy

pygly/scene_node.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
'''
2-
.. moduleauthor:: Adam Griffiths <[email protected]>
3-
42
.. todo:: rotate by matrix
53
.. todo:: rotate by eulers
64
.. todo:: rotate_about_axis( axis, radians )

pygly/transform.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
'''
2-
.. moduleauthor:: Adam Griffiths <[email protected]>
3-
'''
4-
51
import sys
62

73
import numpy

pygly/tree_node.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
'''
2-
.. moduleauthor:: Adam Griffiths <[email protected]>
3-
'''
4-
51
import sys
62
import weakref
73
from collections import deque

pygly/viewport.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
'''
2-
.. moduleauthor:: Adam Griffiths <[email protected]>
3-
'''
4-
51
import sys
62

73
import numpy

pygly/weak_method_reference.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
Code borrowed from the following places:
1010
http://code.activestate.com/recipes/81253/
1111
http://stackoverflow.com/questions/3942303/how-does-a-python-set-check-if-two-objects-are-equal-what-methods-does-an-o
12-
13-
.. moduleauthor:: Adam Griffiths <[email protected]>
1412
'''
1513

1614
import weakref

0 commit comments

Comments
 (0)