URI: 
       tfix import - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit f30fedc591003360530220973d9ad00e0d2c0a41
   DIR parent ecfe5e2590af4e093261a189bab0a10afb4a0873
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Sat, 28 Sep 2013 13:51:25 +0200
       
       fix import
       
       Diffstat:
         M gui/gtk.py                          |       3 +++
       
       1 file changed, 3 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/gui/gtk.py b/gui/gtk.py
       t@@ -16,6 +16,9 @@
        # You should have received a copy of the GNU General Public License
        # along with this program. If not, see <http://www.gnu.org/licenses/>.
        
       +# use this because this file is named gtk.py
       +from __future__ import absolute_import
       +
        import datetime
        import thread, time, ast, sys, re
        import socket, traceback