Skip to content

Commit

Permalink
Update email in module init
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Mar 4, 2015
1 parent 9d714f8 commit 64b1dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gala/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
logging.warning('Gala has not been tested on Python versions prior to 2.6'+
' (%d.%d detected).'%sys.version_info[:2])

__author__ = 'Juan Nunez-Iglesias <jni@janelia.hhmi.org>, '+\
__author__ = 'Juan Nunez-Iglesias <juan.n@unimelb.edu.au>, '+\
'Ryan Kennedy <kenry@cis.upenn.edu>'
del sys, logging

Expand Down

0 comments on commit 64b1dfc

Please sign in to comment.