~yasumoto7/five-a-day/icon_countdown

« back to all changes in this revision

Viewing changes to fiveaday/__init__.py

  • Committer: Markus Korn
  • Date: 2008-02-25 19:50:11 UTC
  • Revision ID: thekorn@gmx.de-20080225195011-j73of1ljx6up521i
started to work on a '5-a-day-applet' for GNOME: this does not work, it's supposed to be a proof of concept

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
from controller import Controller
 
2
from view import View
 
3
 
 
4
TARGET_TYPE_URI_LIST = 80
 
5
dnd_list = [ ( '_NETSCAPE_URL', 0, TARGET_TYPE_URI_LIST ) ]