Skip to content

Commit e58be55

Browse files
authored
SG-19789 licensing (#236)
Removed unused `xmlrpclib` 3rd party module. Added software credits for 3rd party components. Increased the thumbnail download retry attempts and interval.
1 parent 73b1fab commit e58be55

File tree

5 files changed

+100
-345
lines changed

5 files changed

+100
-345
lines changed

.coveragerc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ source=shotgun_api3
1717
omit=
1818
shotgun_api3/lib/httplib2/*
1919
shotgun_api3/lib/six.py
20-
shotgun_api3/lib/xmlrpclib.py

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
[flake8]
1212
max-line-length = 120
13-
exclude = shotgun_api3/lib/httplib2/*,shotgun_api3/lib/six.py,shotgun_api3/lib/xmlrpclib.py,tests/httplib2test.py,tests/mock.py
13+
exclude = shotgun_api3/lib/httplib2/*,shotgun_api3/lib/six.py,tests/httplib2test.py,tests/mock.py

shotgun_api3/lib/xmlrpclib.py

Lines changed: 0 additions & 341 deletions
This file was deleted.

0 commit comments

Comments
 (0)