Home | Trees | Indices | Help |
---|
|
1 # -*- coding: utf-8 -*- 2 # Copyright (c) 2011 - Alexey Aksenov <ezh@ezh.msk.ru> 3 # 4 # This program is free software: you can redistribute it and/or modify it under 5 # the terms of the GNU General Public License as published by the Free Software 6 # Foundation, either version 3 of the License, or (at your option) any later 7 # version. 8 # 9 # This program is distributed in the hope that it will be useful, but WITHOUT 10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 11 # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 12 # details. 13 # 14 # You should have received a copy of the GNU General Public License along with 15 # this program. If not, see <http://www.gnu.org/licenses/>. 16 17 from GTG.plugins.reminder.reminder import Reminder 18 19 #suppress pyflakes warning (given by make lint) 20 if False == True: Reminder() 21
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Jun 1 17:45:51 2011 | http://epydoc.sourceforge.net |