Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/elements/locals.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2014-03-07 19:44:11 (GMT)
committer Walter Bender <walter@sugarlabs.org>2014-03-07 19:44:11 (GMT)
commit8ba9d4ae100be129b255230790149f488032fa3c (patch)
tree791c00f957b6a04c8fd32e1c8059ce1e690b8ee7 /elements/locals.py
parent3d36a1c34a7c49f4265bb669aefcacededc94e55 (diff)
elements cleanupgtk3
Diffstat (limited to 'elements/locals.py')
-rw-r--r--elements/locals.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/elements/locals.py b/elements/locals.py
index 85528f7..352518a 100644
--- a/elements/locals.py
+++ b/elements/locals.py
@@ -8,7 +8,7 @@ Home: http://elements.linuxuser.at
IRC: #elements on irc.freenode.org
Code: http://www.assembla.com/wiki/show/elements
- svn co http://svn2.assembla.com/svn/elements
+ svn co http://svn2.assembla.com/svn/elements
License: GPLv3 | See LICENSE for the full text
This program is free software: you can redistribute it and/or modify
@@ -22,16 +22,16 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
+along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
INPUT_METERS = 0
INPUT_PIXELS = 1
CALLBACK_CONTACT_ADD = 0
CALLBACK_CONTACT_PERSIST = 1
-CALLBACK_CONTACT_REMOVE = 2
+CALLBACK_CONTACT_REMOVE = 2
-CALLBACK_DRAWING_START = 3
-CALLBACK_DRAWING_END = 4
+CALLBACK_DRAWING_START = 3
+CALLBACK_DRAWING_END = 4
FLT_EPSILON = 1.192092896e-07