what does "from MODULE import _" do in python?

Posted by Paul on Stack Overflow See other posts from Stack Overflow or by Paul
Published on 2010-05-25T20:53:51Z Indexed on 2010/05/25 21:11 UTC
Read the original article Hit count: 237

Filed under:
|
|

Hi all,

In the Getting things gnome code base I stumbled upon this import statement

from GTG import _  

and have no idea what it means, never seen this in the documentation and a quick so / google search didn't turn anything up.

Thank you all in advance Paul

© Stack Overflow or respective owner

Related posts about python

Related posts about beginner