~umang/indicator-stickynotes/trunk

« back to all changes in this revision

Viewing changes to sticky.py

  • Committer: Umang Varma
  • Date: 2012-06-22 00:06:16 UTC
  • Revision ID: git-v1:f2371a8859cef5da0ea3cb20fbcab5cc7ecd0c85
Licensed under GPLv3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/python3
 
2
 
3
# Copyright © 2012 Umang Varma <umang.me@gmail.com>
 
4
 
5
# This file is part of indicator-stickynotes.
 
6
 
7
# indicator-stickynotes is free software: you can redistribute it and/or
 
8
# modify it under the terms of the GNU General Public License as published by
 
9
# the Free Software Foundation, either version 3 of the License, or (at your
 
10
# option) any later version.
 
11
 
12
# indicator-stickynotes is distributed in the hope that it will be useful, but
 
13
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 
14
# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
 
15
# more details.
 
16
 
17
# You should have received a copy of the GNU General Public License along with
 
18
# indicator-stickynotes.  If not, see <http://www.gnu.org/licenses/>.
2
19
 
3
20
from backend import Note, NoteSet
4
21
from gui import StickyNote