what does "from MODULE import _" do in python?
- by Paul
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