diff browser_side/base_widget.py @ 432:8ecc5a7062e4

browser and server sides: fixes module import + use enumerate instead of xrange
author souliane <souliane@mailoo.org>
date Sun, 27 Apr 2014 18:53:37 +0200
parents a71fcc27f231
children d52f529a6d42
line wrap: on
line diff
--- a/browser_side/base_widget.py	Mon Apr 07 23:31:21 2014 +0200
+++ b/browser_side/base_widget.py	Sun Apr 27 18:53:37 2014 +0200
@@ -38,7 +38,7 @@
 from pyjamas import Window
 from __pyjamas__ import doc
 
-import dialog
+from browser_side import dialog
 
 
 class DragLabel(DragWidget):