commit/galaxy-central: dan: Make galaxy.tools.Tool a new-style class.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/4bd419751ed3/ changeset: 4bd419751ed3 user: dan date: 2013-01-15 22:46:47 summary: Make galaxy.tools.Tool a new-style class. affected #: 1 file diff -r 52395842f8e65a6484268d3db1e3dbac09d60089 -r 4bd419751ed3e8cc54913fa37389111a0e7faaa9 lib/galaxy/tools/__init__.py --- a/lib/galaxy/tools/__init__.py +++ b/lib/galaxy/tools/__init__.py @@ -813,7 +813,7 @@ self.attributes['split_size'] = 20 self.attributes['split_mode'] = 'number_of_parts' -class Tool: +class Tool( object ): """ Represents a computational tool that can be executed through Galaxy. """ Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket