summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/Carbon/Components.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/plat-mac/Carbon/Components.py')
-rw-r--r--Lib/plat-mac/Carbon/Components.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/plat-mac/Carbon/Components.py b/Lib/plat-mac/Carbon/Components.py
index 75574cf..6c0ec96 100644
--- a/Lib/plat-mac/Carbon/Components.py
+++ b/Lib/plat-mac/Carbon/Components.py
@@ -8,8 +8,8 @@ kAnyComponentType = 0
kAnyComponentSubType = 0
kAnyComponentManufacturer = 0
kAnyComponentFlagsMask = 0
-cmpIsMissing = 1L << 29
-cmpWantsRegisterMessage = 1L << 31
+cmpIsMissing = 1 << 29
+cmpWantsRegisterMessage = 1 << 31
kComponentOpenSelect = -1
kComponentCloseSelect = -2
kComponentCanDoSelect = -3