Skip to content

Commit

Permalink
Removed unused imports in DNDTest.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Washington committed Feb 4, 2012
1 parent dba5f98 commit ab157e0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions examples/dnd/DNDTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,10 @@
import pyjd
from pyjamas.ui import HasVerticalAlignment
from pyjamas.Timer import Timer
from pyjamas.Window import alert
from pyjamas.dnd.utils import eventCoordinates
from pyjamas.ui.DragHandler import DragHandler

from datetime import datetime

from __pyjamas__ import doc, wnd
from __pyjamas__ import doc

from pyjamas.ui.Widget import Widget
from pyjamas import DOM
Expand All @@ -32,7 +29,6 @@
from pyjamas.ui.RootPanel import RootPanel
from pyjamas.ui.VerticalPanel import VerticalPanel
from pyjamas.ui.HorizontalPanel import HorizontalPanel
from pyjamas.ui.AbsolutePanel import AbsolutePanel

from pyjamas.Canvas.GWTCanvas import GWTCanvas
import pyjamas.Canvas.Color as Color
Expand All @@ -42,9 +38,7 @@
from pyjamas.ui.DropWidget import DropWidget
from pyjamas.ui.Panel import Panel
from pyjamas.dnd import getTypes
from pyjamas.JSONParser import JSONParser
from pyjamas import Window
import random

import json

Expand Down

0 comments on commit ab157e0

Please sign in to comment.